2-way repeated measures ANOVA

조회 수: 11 (최근 30일)
Pawel Kudzia
Pawel Kudzia 2017년 7월 1일
답변: Cris LaPierre 2019년 11월 6일
Does a function exist for this analysis in the stats package.
Any advice would be great.

답변 (1개)

Cris LaPierre
Cris LaPierre 2019년 11월 6일
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.

카테고리

Help CenterFile Exchange에서 ANOVA에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by