bca: Internal function to analyze LR bootstrap finding median, and...

Description Usage Arguments

View source: R/bootLR.R

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

1
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.


bootLR documentation built on May 2, 2019, 1:43 p.m.

Related to bca in bootLR...