Hello R-Help How can i exctact and store the "within group mean squared difference" from an anova summary table into a varible. [[alternative HTML version deleted]]
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