confint.simss.RdConfidence Interval for Achieved Power from simss object
# S3 method for class 'simss'
confint(object, parm = NULL, level = 0.95, ...)An object of class "simss" returned by a sampleSize function
Unused; included for compatibility with stats::confint().
Confidence level for the Monte Carlo interval.
Additional arguments (currently unused).
A named numeric vector with two elements:
Achieved power.
Lower bound of the confidence interval.
Upper bound of the confidence interval.
if (FALSE) { # \dontrun{
# confint(res), where res is returned by sampleSize()
} # }