Fit model of boxcox deviation scores as function of continuous ratings
Source:R/fit_boxcox_ratings_cat.R
fit_boxcox_ratings_cat.Rd
Fit an lmer model of the box-cox transformed deviation from the meta-analytic mean scores as a function of continuous peer-review ratings
Usage
fit_boxcox_ratings_cat(
data,
outcome,
outcome_var,
interceptless = FALSE,
...,
env = rlang::caller_env()
)
Arguments
- data
Data for model fitting
- outcome
outcome variable, unquoted.
- outcome_var
Variance of the
outcome
variable- interceptless
A logical relating to whether the model should be interceptless or not. Defaults to
FALSE
.
See also
Other Model fitting and meta-analysis:
fit_MA_mv()
,
fit_boxcox_ratings_cont()
,
fit_boxcox_ratings_ord()
,
fit_metafor_mv()
,
fit_metafor_mv_reduced()
,
fit_metafor_uni()
,
fit_multivar_MA()
,
fit_sorensen_glm()
,
fit_uni_mixed_effects()
,
poss_fit_boxcox_ratings_cat()
,
poss_fit_boxcox_ratings_cont()
,
poss_fit_boxcox_ratings_ord()
,
poss_fit_metafor_mv()
,
poss_fit_uni_mixed_effects()