Displaying 1 result from an estimated 1 matches for "mean_eg".
Did you mean:
mean_cg
2006 Feb 09
1
effect sizes in lme/ multi-level models
Dear alltogether,
I am searching for a way to determine "effect size" in multi-level
models by using lme().
Coming from Psychology, for ordinary OLS there are measures (for
meta-analysis, etc.) like
CohensD <- (mean_EG - mean_CG) / SD_pooled
or
(p)eta^2 <- SS_effect / (SS_effect + SS_error)
I do not intend to lead a discussion of the usefulness of such measures
as long as the standards of psychological journals (e.g. as defined by
the APA) order them.
However, I wondered how to determine measures of effec...