Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法自定义 ANOVA 表的外观?无需花费太多精力来操作列表中的每个元素?
您可以尝试使用文档中描述Grid[(ANOVA /. yourresult)]的各种网格样式选项。(另见教程)
Grid[(ANOVA /. yourresult)]
TableForm如果该规则的右侧有隐藏,您可能需要执行类似Grid[InputForm[(ANOVA /. yourresult)]].
TableForm
Grid[InputForm[(ANOVA /. yourresult)]]