bca {bootLR} | R Documentation |
Internal function to analyze LR bootstrap finding median, and standard and BCa percentile 95 To obtain bca CI on a non-boot result, use a dummy boot. and replace t and t0 with the results of interest.
Description
Internal function to analyze LR bootstrap finding median, and standard and BCa percentile 95 To obtain bca CI on a non-boot result, use a dummy boot. and replace t and t0 with the results of interest.
Usage
bca(t, t0, ...)
Arguments
t |
The vector to obtain a BCa bootstrap for (e.g. nlr). |
t0 |
The central value of the vector (e.g. the ). |
... |
Pass-alongs to boot.ci. |
[Package bootLR version 1.0.2 Index]