Fit model of Box-Cox transformed deviation scores as a function random-effects inclusion in analyses
Source:R/fit_uni_mixed_effects.R
fit_uni_mixed_effects.Rd
Fits a univariate glm of Box-Cox transformed absolute deviation from the meta-analytic mean scores as a function of whether the analysis was a mixed effects model (i.e. included random effects) or not.
Arguments
- data
Dataframe containing Box-Cox transformed absolute deviation scores and binary column called
mixed_model
describing whether or not the analysis used a mixed-effects model.- N
threshold number of analyses in each predictor category for fitting model
See also
parsnip::details_linear_reg_glm for details on the parsnip::linear_reg engine.
Other Model fitting and meta-analysis:
fit_MA_mv()
,
fit_boxcox_ratings_cat()
,
fit_boxcox_ratings_cont()
,
fit_boxcox_ratings_ord()
,
fit_metafor_mv()
,
fit_metafor_mv_reduced()
,
fit_metafor_uni()
,
fit_multivar_MA()
,
fit_sorensen_glm()
,
poss_fit_boxcox_ratings_cat()
,
poss_fit_boxcox_ratings_cont()
,
poss_fit_boxcox_ratings_ord()
,
poss_fit_metafor_mv()
,
poss_fit_uni_mixed_effects()