Error message ANOVA

Hi everybody,

I'm relatively new to R and I have to calculate a 3-way ANOVA (repeated measures).
No matter what I do, I keep getting this error message:

"Warning: You have removed one or more levels from variable "Instructions". Refactoring for ANOVA.
Warning: You have removed one or more levels from variable "Legs". Refactoring for ANOVA.
Warning: You have removed one or more levels from variable "Hands". Refactoring for ANOVA.
Warning: Collapsing data to cell means. IF the requested effects are a subset of the full design, you must use the "within_full" argument, else results may be inaccurate.
Error in ezANOVA_main(data = data, dv = dv, wid = wid, within = within, :
One or more cells returned NA when aggregated to a mean. Check your data."

My assumption is that it has something to do with the length of the data set? I tested 15 people, and only 9 of them have the same amount of trials (since some ended the experiment prematurely).

Is there anything I can do, or do I have to use a different function?

All help is appreciated!

Hi!

To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.