one way repeated measures anovaの実行方法を教えてください.
Show older comments
統計解析で,one way repeated measures anovaを関数を使用して行いたいです.またMauchlyの球面性の仮定の検定も同様です.
調べたところ2要因の分散分析の方法はわかったのですが,対応ありの1要因の場合のやり方がわかりません.
Repeated Measures Modelの作成から教えていただけると幸いです.
よろしくお願いいたします.
Answers (1)
Takafumi
on 15 Apr 2024
0 votes
一要因の場合は、fitrmのモデル指定の最後を1にします。
rm = fitrm(t,'y1-y4 ~ 1');
Categories
Find more on 分散分析 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!