Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ezANOVA - Within Subjects ANCOVA - printing ANOVA results without including covariates #68

Open
King10228713 opened this issue Dec 26, 2021 · 1 comment

Comments

@King10228713
Copy link

Hi, I am hoping you can give me some direction!

I am trying to run a one-way within-subjects ANCOVA using ezANOVA using the code below.

ezANOVA(myData, AATTotal, wid = ID, within = Time, within_covariates = .(ZEducationYears, ZAge, ZInstructComp), return_aov = TRUE)

The results that are returned are for the ANOVA not including the covariates. I have tested using just one covariate and using different printing methods without luck. Any guidance would be much appreciated!

With thanks,
Rachel

@younghoo
Copy link

younghoo commented Jul 4, 2022

Based on my understanding, ezANOVA deals with covariates by first regressing out the covariates and using the residuals for ANOVA. So there would be no ouput for the covariates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants