lmer_cohenD | R Documentation |
Calculate a heuristic Cohen's D for each fixed effect in an lmer model.
Uses a fairly naive calculation: abs(b)/(SE*sqrt(df))
, where df is approximated
using a Kenward-Rogers approximation (package pbkrtest
via lmSupport::modelSummary
).
Returns the lmSupport::modelSummary
output with the addition of $cohen_d
.
lmer_cohenD(lmerMod)
lmerMod |
Model fit by |
As with (& because of the underlying K-R approximation in) lmSupport::modelSummary
,
this can take a very long time for large or complex models.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.