[R] Converting anova/ancova summary to data frame

Uwe Ligges ligges at statistik.tu-dortmund.de
Wed Aug 31 22:44:16 CEST 2011



On 31.08.2011 22:33, Shane Phillips wrote:
> Hi!
>
> Can anyone tell me how to convert the anova/ancova summary output into a data frame?

For the first component of such an object:

as.data.frame(summary.aov_object[[1]])


Uwe Ligges


> Thanks!
>
> Shane Phillips
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.



More information about the R-help mailing list