Skip to contents

Primary main alternative estimation function

Usage

mars_alt_estimation(type = "bootstrap", ...)

Arguments

type

Type of alternative estimation to use.

...

Additional function arguments passed to each individual alternative functions.

Examples

if (FALSE) { # \dontrun{
alt <- mars_alt_estimation(
  type = "jackknife",
  data = teacher_expectancy,
  structure = "univariate",
  studyID = "study",
  effectID = NULL,
  sample_size = NULL,
  formula = yi ~ 1,
  variance = "vi",
  varcov_type = "univariate"
)
summary(alt)
} # }