简体   繁体   English

如何使用statsmodels执行双向重复测量anova?

[英]How can I perform a 2-way repeated measures anova using statsmodels?

I found this example, which explains how to perform a 2-way ANOVA. 我找到了这个例子,它解释了如何执行双向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 . 我正在使用statsmodels版本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. 理想情况下,我想使用statsmodels,但如果有一个可行的解决方案使用另一个库,我也有兴趣听到它。

Thanks in advance! 提前致谢!

There is nothing built-in yet for repeated measures designs ANOVA, though I suspect it wouldn't be difficult to support. 对于重复测量设计ANOVA,没有任何内置功能,尽管我怀疑它并不难以支持。 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. 对于重复测量设计ANOVA,没有任何内置功能,尽管我怀疑它并不难以支持。 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 https://github.com/statsmodels/statsmodels/issues/1863

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM