Displaying 1 result from an estimated 1 matches for "sssulfur".
2008 Feb 29
2
Two Way ANOVA
Hi,
I am using the:
pcf.aov<-aov(meas~op+part, data=pcf.ex2),
command to perform a two way ANOVA. When I save the:
sumpcf<- summary.aov(pcf.aov),
result of the summary.aov command in a variable I need to access the
individual pieces of information in the summary. The summary appears
to be a list and I am having a hard time finding a way to get at the
information in the summary.