
Primary main alternative estimation function
mars_alt_estimation.RdPrimary main alternative estimation function
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)
} # }