How can i get the ranova function?

2 次查看(过去 30 天)
seapsy
seapsy 2016-11-22
评论: seapsy 2016-11-22
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
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 个评论
Walter Roberson
Walter Roberson 2016-11-22
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)

请先登录,再进行评论。

类别

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