Re: [R] Which GLM to use with mixed predictor variables i.e. both discrete and continous

2016-01-09 Thread Michael Dewey
Dear Charles You showed us a call of glm with which you are presumably not satisfied. What happened to disappoint you? On 09/01/2016 09:55, Charles Thuo wrote: I have the following glm v_glm <- glm(claim_count~ave_age+cost+inc.count+p.statcount,data=v,family=poisson) claim_count - dependent

[R] Which GLM to use with mixed predictor variables i.e. both discrete and continous

2016-01-09 Thread Charles Thuo
I have the following glm v_glm <- glm(claim_count~ave_age+cost+inc.count+p.statcount,data=v,family=poisson) claim_count - dependent variable and is discrete ave_age - predictor variable and is continuous cost - predictor variable and is continuous inc_count - predictor variable and is discret