Replicate the jackknife computations

replicate_jackknife(
  data,
  structure = "UN",
  formula = NULL,
  future_seed = TRUE,
  ...
)

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().