Extract the Monte Carlo confidence interval from count power results

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

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

Arguments

object

An object returned by a count power calculation.

parm

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

level

Confidence level for the Monte Carlo interval.

...

Unused additional arguments.

Value

A named vector containing the lower and upper interval limits.