How can i get the ranova function?

But I can't find out where to downloaded( with MATLAB 2015a).
How can I get the file?
thnanks.

답변 (1개)

Walter Roberson
Walter Roberson 2016년 11월 22일

0 개 추천

ranova is a method of the RepeatedMeasuresModel class and does not have separate source code.
I am not sure yet if it existed in R2015a; I will install the toolbox in that version and check. It does exist in R2015b
There is also separate source

댓글 수: 2

I have confirmed that ranova exists as a method of RepeatedMeasuresModel in R2015a.
If you use the example at https://www.mathworks.com/help/stats/repeatedmeasuresmodel-class.html#examples up to and including the line
rm = fitrm(t,'meas1-meas4~species','WithinDesign',Meas)
then you can ranova(rm)
seapsy
seapsy 2016년 11월 22일
Thanks so much.

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

카테고리

도움말 센터File Exchange에서 Repeated Measures and MANOVA에 대해 자세히 알아보기

태그

질문:

2016년 11월 22일

댓글:

2016년 11월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by