powered by
ANOVA with Type I SS.
aov1(Formula, Data)
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
a conventional formula for a linear model.
a data.frame to be analyzed
data.frame
Kyun-Seop Bae k@acr.kr
It performs the core function of SAS PROC ANOVA.
aov1(uptake ~ Plant + Type + Treatment + conc, CO2)
Run the code above in your browser using DataLab