CIboot: Calculating confidence intervals around bootstrap estimates...

Description Usage Arguments

View source: R/CIBoot.R

Description

Calculating confidence intervals around bootstrap estimates from boot_rank

Usage

1
CIboot(boots, CIMethod, level)

Arguments

boots

output from boot_res of bootstrapped values

CIMethod

confidence interval calculation method. "quantile" for using tails of empirical distribution for CI and getting estimate from median value; "SD" for using standard deviation of distribution; "qvcalc" for using quasivariance (and this getting interval around reference level as well)

level

confidence level for CI calculations


sdumble1/funranks documentation built on May 3, 2019, 1:45 p.m.