Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Looking to duplicate SPSS MIXED in MATLAB

1 回表示 (過去 30 日間)
James Akula
James Akula 2018 年 8 月 23 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have a repeated measures data-set with some missing data. Subjects from three different groups were randomly assigned to either two levels of a treatment or sham and then tested three times. Not everyone showed up for all followup testing.
In SPSS, I get a table determining the significance of all main effects and interactions using a fixed effects model by executing
MIXED Value BY Treatment Test Group
/FIXED=Treatment Test Group Treatment*Test Treatment*Group Test*Group Treatment*Test*Group
/REPEATED=Test | SUBJECT(Subject)
What is the equivalent in MATLAB? I cannot make fitlm do it, but I suspect I am feeding it the wrong formula.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by