R/subtyper.R
lmer_anv_p_and_d.Rd
Fit and compare linear mixed-effects models and calculate effect sizes.
lmer_anv_p_and_d(
data,
outcome,
predictor,
fixed_effects,
random_effects,
predictoroperator = "*",
verbose = FALSE
)
A data frame containing the data.
A character string specifying the outcome variable.
A character string specifying the main predictor of interest.
A character string of other fixed effects.
A character string specifying the random effects structure (e.g., "(1 | commonID)").
A character string for the operator between fixed effects and the predictor (e.g., '*' or '+').
A logical indicating whether to print debugging information.
A list containing the model, comparison, effect sizes, coefficients, and sample size, or NULL on error.