2-way repeated measures ANOVA

11 visualizaciones (últimos 30 días)
Pawel Kudzia
Pawel Kudzia el 1 de Jul. de 2017
Respondida: Cris LaPierre el 6 de Nov. de 2019
Does a function exist for this analysis in the stats package.
Any advice would be great.

Respuestas (1)

Cris LaPierre
Cris LaPierre el 6 de Nov. de 2019
I think you could also achieve a 2-way ANOVA using the anova2 function in MATLAB.
There is a good example you can follow here. Take special note of the details given in the "Prepare Data for Balanced Two-Way ANOVA" section.
  • To perform balanced two-way ANOVA using anova2, you must arrange data in a specific matrix form. The columns of the matrix must correspond to groups of the column factor, B. The rows must correspond to the groups of the row factor, A, with the same number of replications for each combination of the groups of factors A and B.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by