Obtain standardized regression coefficients from lmer model.
Source:R/lm.beta.lmer.R
lm.beta.lmer.RdObtains standardized regression coefficients from the results of a model fit
by the lme4() function of the lmer package.
Arguments
- model
name of
lmer()model object.
Value
Standardized regression coefficients of lmer() model object.
Details
Obtains standardized regression coefficients from the results of a model fit
by the lmer() function of the lme4 package.
See also
https://stats.stackexchange.com/a/123448
Other mixedModel:
lmeSummary()
