Displaying 2 results from an estimated 2 matches for "0.50387".
Did you mean:
0.503872
2008 Sep 02
1
aov or lme effect size calculation
(A repost of this request with a bit more detail)
Hi, All. I'd like to calculate effect sizes for aov or lme and seem
to have a bit of a problem. partial-eta squared would be my first
choice, but I'm open to suggestions.
I have a completely within design with 2 conditions (condition and
palette).
Here is the aov version:
> fit.aov <- (aov(correct ~ cond * palette +
2008 Aug 30
0
calculating effect size for aov or lme
Hi, All. I'd like to calculate effect sizes for aov or lme and seem
to have a bit of problems. partial-eta squared would be my first
choice, but I'm open to suggestions.
Here is the aov version:
> fit.aov <- (aov(correct ~ cond * palette + Error(subject),
data=data))
> summary(fit.aov)
Error: subject
Df Sum Sq Mean Sq F value Pr(>F)
Residuals 15 0.17326