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]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to