Skip to content
Prev 276577 / 398506 Next

logistric regression: model revision

On Nov 7, 2011, at 10:58 AM, Sally Ann Sims wrote:

            
Are you sure that you got output that correctly modeled the  
costdis1^2? I would ahve guessed that you would have needed to use :

  GRP_GLM<-glm(HB_NHB~elev+I(costdis1^2), data=glm_1,  
family=binomial(link=logit))

?I

The "^" in model formulas is for composing interactions.

?formula
And please post in plain text.