开发者

Customize ANOVA table in Mathematica

开发者 https://www.devze.com 2023-04-05 12:32 出处:网络
Is there a way to customize the way ANOVA table look ? Without to much effort manipu开发者_开发问答lating each element of the list ?

Is there a way to customize the way ANOVA table look ? Without to much effort manipu开发者_开发问答lating each element of the list ?

Customize ANOVA table in Mathematica


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

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)]].

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号