在 Mathematica 中自定义方差分析表 [英] Customize ANOVA table in Mathematica

查看:47
本文介绍了在 Mathematica 中自定义方差分析表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法自定义方差分析表的外观?无需花费太多精力来操作列表中的每个元素?

Is there a way to customize the way ANOVA table look ? Without to much effort manipulating each element of the list ?

推荐答案

您可以尝试 Grid[(ANOVA/. yourresult)] 和网格的各种样式选项 在文档中描述.(另请参阅教程)

You could try Grid[(ANOVA /. yourresult)] and the various styling options for Grids described in the documentation. (see also the tutorial)

如果该规则右侧有隐藏的 TableForm,您可能需要执行类似 Grid[InputForm[(ANOVA/. yourresult)]] 的操作>.

If there is a hidden TableForm on the right hand side of that rule, you might need to do something like Grid[InputForm[(ANOVA /. yourresult)]].

这篇关于在 Mathematica 中自定义方差分析表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆