[R] glm fit

2009-05-08 Thread mathallan
Hi, I try to ask here, because I hope someone will help me understand this problem- I have fittet a glm in R with the results glm1 - glm(log(claims)~log(sum)*as.factor(grp),family=gaussian(link=identity)) summary(glm1) Call: glm(formula = log(claims) ~ log(sum) * as.factor(grp), family =

Re: [R] glm fit

2009-05-08 Thread Richardson, Patrick
, 2009 5:50 AM To: r-help@r-project.org Subject: [R] glm fit Hi, I try to ask here, because I hope someone will help me understand this problem- I have fittet a glm in R with the results glm1 - glm(log(claims)~log(sum)*as.factor(grp),family=gaussian(link=identity)) summary(glm1) Call: glm