
Replicate the jackknife computations
replicate_jackknife.RdReplicate the jackknife computations
Arguments
- data
Data used for analysis.
- structure
Between studies covariance structure.
- formula
The formula used for specifying the fixed and random structure.
- future_seed
Seed control forwarded to
future.apply::future_lapply(future.seed = ...).- ...
Additional function arguments passed to
sample_jackknife().