[R] Which GLM to use with mixed predictor variables i.e. both discrete and continous
Charles Thuo
tcmuigai at gmail.com
Sat Jan 9 10:55:52 CET 2016
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 discrete
p.statcount - predictor variable and is discrete
Which is the most appropriate glm to use for such a model.
Charles
[[alternative HTML version deleted]]
More information about the R-help
mailing list