Hi all, I'm quite new to R and have a very basic question regarding how one gets the standard error of the mean for factor levels under aov. I was able to get the factor level means using:
summary(print(model.tables(rawfixtimedata.aov,"means"),digits=3)), where rawfixtimedata.aov is my aov model. It doesn't appear that there is an equivalent function to get the standard errors for the factor levels. I searched through the help archives and documentation but could not find anything that would help resolve my problem. I'm sure there is a trivial solution, but I would sincerely appreciate having someone more expert dispel my ignorance. Cheers, Jason Augustyn [[alternative HTML version deleted]] ______________________________________________ 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.