Prints the summary results of the sample size estimation for bioequivalence trials, including achieved power, total sample size, and power confidence intervals. The function also details the study design, primary endpoint comparisons, and applied multiplicity corrections.

# S3 method for class 'simss'
print(x, ...)

Arguments

x

An object of class "simss", typically generated by a sample size estimation function.

...

Optional arguments to be passed from or to other methods.

Value

No return value, called for side effects. The function prints the summary results of the sample size estimation to the console in a structured format.

Details

This function displays key metrics from a sample size estimation analysis. It provides an overview of the study design, treatment comparisons, tested endpoints, significance level adjustments, and estimated sample size. For studies with multiple primary endpoints, it describes the multiplicity correction applied.

Author

Thomas Debray tdebray@fromdatatowisdom.com