way repeated measures anova using statsmodels?

I found this example, which explains how to perform a 2-way ANOVA. I was wondering how to do the same for a repeated-measures design.

I did see this question, but I cannot assume independence of my repeated measurements.

I'm using statsmodels version 0.5.0.dev-Unknown .

Ideally, I'd like to use statsmodels, but if there's a viable solution using another library, I'd be interested in hearing about it as well.

Thanks in advance!


There is nothing built-in yet for repeated measures designs ANOVA, though I suspect it wouldn't be difficult to support. If you could provide or point me to an example and file an enhancement request we will look to support it.


There is nothing built-in yet for repeated measures designs ANOVA, though I suspect it wouldn't be difficult to support. If you could provide or point me to an example and file an enhancement request we will look to support it.

Here ya go...

https://github.com/statsmodels/statsmodels/issues/1863

链接地址: http://www.djcxy.com/p/70654.html

上一篇: substr和substring有什么区别?

下一篇: 使用statsmodels重复测量anova吗?