confint.strop: Symmetric bootstrap confidence intervals

Description Usage Arguments Value Examples

View source: R/confint.R

Description

Symmetric bootstrap confidence intervals

Usage

1
2
## S3 method for class 'strop'
confint(object, parm, level = 0.95, ...)

Arguments

object

A bootstrap object

parm

Ignored

level

The confidence level for the interval

...

Additional arguments passed to quantile

Value

A symmetric 1 - level confidence interval based on bootstrap resampling

Examples

1
2
3
data(mtcars)
obj <- bootstrap(mtcars$cyl)
confint(obj)

Aehmlo/strop documentation built on Dec. 1, 2019, 2:55 a.m.