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

Warning: You have removed one or more Ss from the analysis. Refactoring "Subjects" for ANOVA. #58

Open
yjellepark opened this issue Apr 2, 2018 · 2 comments

Comments

@yjellepark
Copy link

Hi Mike,

I'd like to ask why "Warning: You have removed one or more Ss from the analysis. Refactoring "Subjects" for ANOVA." this message appears. This was 2 within subjects design. My code was like bleow.
ezANOVA(data = x,
dv = .(dep),
wid = .(Subjects),
within = .(var1, var2),
type = 3,
detailed = TRUE,
return_aov = T)
Also, when I tried to do 1 between and 2 withinn. The message below appeared. Is it just I can ignore?
Warning: Data is unbalanced (unequal N per group). Make sure you specified a well-considered value for the type argument to ezANOVA().

I already tried the code below. But those messages above keep appearing.
install.packages('devtools',type='source')
library(devtools)
dev_mode()
install_github('mike-lawrence/ez')
library(ez)

Please let me know how I can solve this issue.

Best,
Elle

@mike-lawrence
Copy link
Owner

mike-lawrence commented Apr 2, 2018 via email

@yjellepark
Copy link
Author

Hi Mike,

Thanks for answering! I have another question. Could I also ignore these warnings too?

Warning: Collapsing data to cell means first using variables supplied to "within_full", then collapsing the resulting means to means for the cells supplied to "within"

Warning: Data is unbalanced (unequal N per group). Make sure you specified a well-considered value for the type argument to ezANOVA().

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