Effect size from post-hoc tests #18

Open
esiotort opened this Issue Apr 14, 2016 · 2 comments

Comments

Projects
None yet
2 participants

Hello!

Is there any way to calculate generalised eta-squared for contrasts run on afex anova's using the lsmeans/multcomp procedures detailed in your post-hoc tests vignette?

Cheers

Owner

singmann commented Apr 14, 2016

Unfortunately not at the moment (and I do not think anytime soon). The reason is that those types of standardized effect sizes require sums of squares which are not reported by lsmeans or multcomp.

Instead, I would simply report the estimate from the lsemans output as effect. If you necessary need a standardized effect size (which might not be the best thing in the world) an effect size based on the output from lsmeans (i.e., estimate and SE) may be possible, but this may depends on your design (within- or between-factors) and what you believe is a good standardized effect size. To state this clearly, I am not a big fan of standardized effect sizes.

PS: I will leave this open for future reference and people looking for the same thing.

Thanks for the answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment