one way repeated measures anovaの実行方法を教えてください.

統計解析で,one way repeated measures anovaを関数を使用して行いたいです.またMauchlyの球面性の仮定の検定も同様です.
調べたところ2要因の分散分析の方法はわかったのですが,対応ありの1要因の場合のやり方がわかりません.
Repeated Measures Modelの作成から教えていただけると幸いです.
よろしくお願いいたします.

Answers (1)

Takafumi
Takafumi on 15 Apr 2024
一要因の場合は、fitrmのモデル指定の最後を1にします。
rm = fitrm(t,'y1-y4 ~ 1');

Products

Release

R2022a

Asked:

on 22 Sep 2022

Answered:

on 15 Apr 2024

Community Treasure Hunt

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

Start Hunting!