confint.bootstrap: Compute empirical confidence intervals for bootstrapped...

Description Usage Arguments Author(s) Examples

Description

Compute empirical confidence intervals for bootstrapped statistics

Usage

1
confint.bootstrap(object, parm, level = 0.95, ...)

Arguments

object

a bootstrap object

parm

a vector of statistics to produce confidence intervals for

level

the width of the intervals

Author(s)

kholub

Examples

1
2
3
boot_results <- bootstrap(iris, sepal_ratio = sum(Sepal.Length) / sum(Sepal.Width),
                                petal_ratio = sum(Petal.Length) / sum(Petal.Width))
confint(boot_results, 'sepal_ratio')

holub008/nymph documentation built on June 4, 2019, 10:47 a.m.