fisher.anova | R Documentation |
One-Way Fisher Anova
fisher.anova(formula, data = environment(formula))
formula |
an object of class formula. |
data |
an optional data frame containing the variables in the model. |
This functions performs a one-way Fisher anova. Only
for pedagogical illustration, use aov
for your analyses.
fisher.anova
returns an object of class "fisher.anova"
, which
is pretty-printed in a traditional way.
fisher.anova(Time ~ Groupe, Clearance)
# Comparison with `aov` R function
summary(aov(Time ~ Groupe, Clearance))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.