Jacknife procedure to estimate the acceleration constant
Source:R/bca_functions.R
est_accelerate.Rd
A function called internal in bca_jacknife
to compute the acceleration
constant for each parameter of interest.
Arguments
- OG.dat
The orignal data set, a data frame.
- dat.list
A list of Jacknifed data sets. Generated internally in
bca_jacknife
- est.fxn
A user-supplied function that performs the desired operation on the data. Typically a call to
lm
,lmer
, etc. or any object that can then be coerced into a data.frame similar to that returned bybroom::tidy
(orbroom.mixed::tidy
).Must return a data.frame with columns "term" and "estimate", representing the parameter name, and it's estimate.