[R] Converting anova/ancova summary to data frame

Shane Phillips SPhillips at Lexington1.net
Thu Sep 1 17:23:11 CEST 2011


Perfect!  Thank you!

S


-----Original Message-----
From: Uwe Ligges [mailto:ligges at statistik.tu-dortmund.de] 
Sent: Wednesday, August 31, 2011 4:44 PM
To: Shane Phillips
Cc: r-help at r-project.org
Subject: Re: [R] Converting anova/ancova summary to data frame



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