powered by
ANOVA with Type I SS.
aov1(Formula, Data, eps=1e-8)
a conventional formula for a linear model.
a data.frame to be analyzed
data.frame
Less than this value is considered as zero.
The result table is comparable to that of SAS PROC ANOVA.
degree of freedom
sum of square for the set of contrasts
mean square
F value for the F distribution
proability of larger than F value
It performs the core function of SAS PROC ANOVA.
# NOT RUN { aov1(uptake ~ Plant + Type + Treatment + conc, CO2) # }
Run the code above in your browser using DataLab