ci.Dist {SIHR} | R Documentation |
Confidence Intervals for Bias-corrected Dist Estimators
Description
Computes confidence intervals for bias-corrected estimator
Usage
## S3 method for class 'Dist'
ci(
object,
probability = FALSE,
alpha = 0.05,
alternative = c("two.sided", "less", "greater"),
...
)
Arguments
object |
An object of class 'Dist', a result of a call to 'Dist' |
alpha |
Level of significance to construct confidence interval (default=0.05) |
alternative |
Indicates the alternative hypothesis to construct confidence interval and must be one of "two.sided" (default), "less", or "greater". |
... |
arguments to pass down |
Value
A vector giving lower and upper confidence limits for bias-corrected estimator
Examples
## Not run:
## -- Continuing the Dist(.) example:
out <- ci(Est)
out
## End(Not run)
[Package SIHR version 2.1.0 Index]