Skip to content
Prev 370144 / 398502 Next

Help : glm p-values for a factor predictor

On 6/29/17 11:13 AM, Beno?t PELE wrote:
What you ask is provided by anova() -- type I tests, and car::Anova() -- 
Type II & III tests.

Factors in stepwise methods must be handled specially, to allow all 
levels to be included/excluded together.  I don't know of R software 
that does this.

HTH

-Michael