[R] ANOVA

David Winsemius dwinsemius at comcast.net
Thu May 5 20:58:46 CEST 2011


On May 5, 2011, at 2:31 PM, Asan Ramzan wrote:

> Hello R-Help
>
> How can i exctact and store the "within group mean squared  
> difference" from an
> anova summary table into a varible.

In the absence of an example and code it's speculation, but something  
along the lines of:

anova(fit)$`Mean Sq`   ##  might give you something to work with.


> 	[[alternative HTML version deleted]]
-- 

David Winsemius, MD
West Hartford, CT



More information about the R-help mailing list