Confidence Interval for Achieved Power from simss object

# S3 method for class 'simss'
confint(object, parm = NULL, level = 0.95, ...)

Arguments

object

An object of class "simss" returned by a sampleSize function

parm

Unused; included for compatibility with stats::confint().

level

Confidence level for the Monte Carlo interval.

...

Additional arguments (currently unused).

Value

A named numeric vector with two elements:

Achieved Power

Achieved power.

Lower

Lower bound of the confidence interval.

Upper

Upper bound of the confidence interval.

Examples

if (FALSE) { # \dontrun{
# confint(res), where res is returned by sampleSize()
} # }