- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
抱歉,我是 python 和统计的新手。我对 anova_lm()
函数中的 typ
很好奇。典型值 1、2、3 是什么意思,它们有何不同?这是使用的typ=2
的示例代码。
aov_table = sm.stats.anova_lm(results, typ=2)
aov_table
最佳答案
statsmodels.stats.anova.anova_lm 的文档说明:
typ: str or int {“I”,”II”,”III”} or {1,2,3}
The type of Anova test to perform. See notes.
您可以阅读有关方差分析类型的信息,例如 here 。不同之处在于您如何计算不平衡数据以及如何计算平方和。此选择基于您的数据。从那里引用:
In general, if there is no significant interaction effect, then type II is more powerful, and follows the principle of marginality. If interaction is present, then type II is inappropriate while type III can still be used, but results need to be interpreted with caution (in the presence of interactions, main effects are rarely interpretable).
也有很多关于 stack-exchange 的帖子,关于选择哪一个以及如何解释你的结果。 https://stats.stackexchange.com/questions/345684/which-one-to-choose-type-i-type-ii-or-type-iii-anova
希望对您有所帮助。
关于python - typ 在 anova_lm() 中的使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55175274/
这个问题在这里已经有了答案: pattern matching of the form: Option{..} System m n -> Config n -> R n momen
对于 p、d、q 和数字列表 rollRate 的典型整数值,以下代码: fit = statsmodels.api.tsa.ARIMA(rollRate, (p,d,q)).fit() foreca
抱歉,我是 python 和统计的新手。我对 anova_lm() 函数中的 typ 很好奇。典型值 1、2、3 是什么意思,它们有何不同?这是使用的typ=2的示例代码。 aov_table = s
我有这个数据框: DF V1 V2 P1 03.02.2020 22 04.02.2020 33 05.02.2020 P2 05.02.2020 P1 06.02.2020 我想要这样的
我收到此错误。 org.hibernate.MappingException: Could not determine type for: dom.Whore, at table: Me
我有一个方法应该为每个文档集添加一个服务器时间戳。 Future _setDocument(String path, {Map inputData}) async { final outp
我正在尝试了解 typ 和 pure=True 在 ruamel.yaml Python 库中的含义。 我已阅读文档 here . 到目前为止,我已经了解 typ='safe' 使用安全加载程序,它省
我正在用 python 编写脚本来更新一些包含 jinja2 的 YAML 配置文件。我找到了这个 answer展示了如何使用 ruamel.yaml 和 ruamel.yaml.jinja2 包进行
我正在尝试验证和解码前端发送的 id token 。 运行验证函数时出现此错误。 有时它可能会起作用。 No pem found for envelope: {"alg":"RS256","kid":
我正在编写一段代码,其中我允许用户使用 Intent 将事件添加到日历中,但是每当我尝试将事件插入到较低版本中时,都会得到:不幸的是应用程序已停止和错误是: android.content.Activ
我是一名优秀的程序员,十分优秀!