Repeated Measures ANOVA in Matlab

조회 수: 2 (최근 30일)
Pegah Kassraian Fard
Pegah Kassraian Fard 2017년 10월 26일
댓글: Christopher Gundlach 2019년 1월 25일
Hi,
I have MATLAB 2017b. I see that matlab has ranova, but whenever I want to use it, the following message is returned:
>> ranova(Accuracies)
Undefined function or variable 'ranova'.
Is there a specific toolbox I would need, or what is the problem?

답변 (3개)

Megha Parthasarathy
Megha Parthasarathy 2017년 11월 1일
Hi,
To run the ranova function, you need Statistics and Machine Learning Toolbox.
-Megha

laura
laura 2018년 3월 1일
Hello - just wondering if this issue has been resolved? I'm also having the same problem. I have the Statistics and Machine Learning Toolbox and MATLAB2017b, but the ranova function is undefined as well. Oddly if I do "help anova1" the anova1 function is defined so I know some of the stats functions are there, but ranova is not.
Any suggestions?
This link suggests that it is available in Matlab 2017b with the Stats toolbox: https://www.mathworks.com/help/stats/repeatedmeasuresmodel.ranova.html
  댓글 수: 1
Christopher Gundlach
Christopher Gundlach 2019년 1월 25일
Hi, has this issue been resolved?
I also can't acces ranova, although Statistics and Machine Learning Toolbox Version 11.4 (R2018b) is installed. Other functions from the toolbox can be used (e.g. fitrm). However ranova doesn't seem to exist.

댓글을 달려면 로그인하십시오.


zhiyo
zhiyo 2018년 3월 23일
Hi,
Repeated Measures ANOVA in Matlab 2017 is included in the statistics toolbox, you can find the ranova function in the RepeatedMeasuresModel class.

카테고리

Help CenterFile Exchange에서 Repeated Measures and MANOVA에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by