two way repeated measures anova
Mostrar comentarios más antiguos
how to do a 2 way repeated measures anova with MATLAB? I need to perform a 2 way anova for a repeated measures data, each having 2 levels. I see anova2 is to be used for between subject designs and anovan when the design is unbalanced. Any advice would be of great help.
4 comentarios
Jeff Miller
el 24 de Jul. de 2020
Shamini Warda
el 25 de Jul. de 2020
Editada: Shamini Warda
el 25 de Jul. de 2020
Jeff Miller
el 25 de Jul. de 2020
Different results than what?
You probably want to use the 'categorical' command to tell ranova that the numbers in WithinFactors represent arbitrary category labels rather than numerical values of some predictor.
Shamini Warda
el 27 de Jul. de 2020
Respuestas (1)
Scott MacKenzie
el 28 de Jul. de 2021
1 voto
Visit this question for a simple approach to doing a two-way repeated measures (aka within-subjects) anova using the ranova function.
Categorías
Más información sobre Repeated Measures and MANOVA en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!