Re: [R] how to obtain p values from an ANOVA result

2009-02-13 Thread Greg Snow
gt; From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- > project.org] On Behalf Of R User R User > Sent: Friday, February 13, 2009 10:53 AM > To: r-help@r-project.org > Subject: [R] how to obtain p values from an ANOVA result > > Hi all, > I'm tryint to turn my

Re: [R] how to obtain p values from an ANOVA result

2009-02-13 Thread Phil Spector
Richie - There is a test= argument that can be set to "Chisq", "F" or "Cp", for various different tests. See the help file for anova.glm for details (or look at anova.xxx if your model is of class "xxx"). - Phil On Fri, 13 Feb 2009, R User R

[R] how to obtain p values from an ANOVA result

2009-02-13 Thread R User R User
Hi all, I'm tryint to turn my ANOVA result from anova(model) in to p values. The default output is: term ; Df ; Deviance ; resid Df; Resid. Dev Is there a way to add p values to this output so the significance of the terms can be easily determined? Thanks in advance. Richie [[alternativ