Wolfram Computation Meets Knowledge

Wolfram Language & System Documentation Center Wolfram Language Home Page »
ANOVA`ANOVA`

ANOVA

ANOVA[data]

performs a one‐way analysis of variance.

ANOVA[data,model,vars]

performs an analysis of variance for model as a function of the categorical variables vars.

Details and Options

Examples

open allclose all

Basic Examples  (2)

A one‐way analysis of variance:

A two‐way analysis of variance:

Options  (4)

CellMeans  (1)

Omit cell means from output:

WorkingPrecision  (1)

Computation at precision 20:

PostTests  (1)

Analysis of variance with Bonferroni test:

SignificanceLevel  (1)

Bonferroni test at significance level .01:

Wolfram Research (2007), ANOVA, Wolfram Language function, https://reference.wolfram.com/language/ANOVA/ref/ANOVA.html.

Text

Wolfram Research (2007), ANOVA, Wolfram Language function, https://reference.wolfram.com/language/ANOVA/ref/ANOVA.html.

CMS

Wolfram Language. 2007. "ANOVA." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ANOVA/ref/ANOVA.html.

APA

Wolfram Language. (2007). ANOVA. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ANOVA/ref/ANOVA.html

BibTeX

@misc{reference.wolfram_2024_anova, author="Wolfram Research", title="{ANOVA}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ANOVA/ref/ANOVA.html}", note=[Accessed: 25-May-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_anova, organization={Wolfram Research}, title={ANOVA}, year={2007}, url={https://reference.wolfram.com/language/ANOVA/ref/ANOVA.html}, note=[Accessed: 25-May-2024 ]}

Top