generic function
ci(
object,
probability = FALSE,
alpha = 0.05,
alternative = c("two.sided", "less", "greater"),
...
)
An object of class
Whether returns CI with probability transformation or not
(default=FALSE
)
Level of significance to construct confidence interval (default=0.05)
Indicates the alternative hypothesis to construct confidence interval and must be one of "two.sided" (default), "less", or "greater".
arguments to pass down