Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Perform an analysis of variance
ResourceFunction["ANOVA"][data] performs a one‐way analysis of variance. | |
ResourceFunction["ANOVA"][data,model,vars] performs an analysis of variance for model as a function of the categorical variables vars. |
| "CellMeans" | True | whether cell means should be included in the output |
| WorkingPrecision | MachinePrecision | the precision used in internal computations |
| "PostTests" | {} | significance tests to perform |
| SignificanceLevel | 0.05 | significance level for performed tests |
A one‐way analysis of variance:
| In[1]:= |
| Out[1]= | ![]() |
A two‐way analysis of variance:
| In[2]:= |
| Out[2]= | ![]() |
Omit cell means from output:
| In[3]:= |
| Out[3]= | ![]() |
Computation at precision 20:
| In[4]:= |
| Out[4]= | ![]() |
Analysis of variance with Bonferroni test:
| In[5]:= |
| Out[5]= | ![]() |
Bonferroni test at significance level .01:
| In[6]:= |
| Out[6]= | ![]() |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License