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.  Could some one tell me how to go about 
it.

Thanks,

Keith Jones

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to