Confidence Interval for Achieved Power from simss object

# S3 method for class 'simss'
confint(object, ...)

Arguments

object

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

...

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

# Assume `res` is a result from `sampleSize()`
# confint(res)