Re: [R] restricting coefficient value

2010-02-12 Thread Dimitris Rizopoulos
have a look at ?offset(). I hope it helps. Best, Dimitris Rosario Garcia Gil wrote: Dear colleges, I am traying to restrict the value of one coefficient in my glm model, see example: medparmodel <- glm(los ~ white * (-0.21) + type2 + type3 + hmo, family=poisson(), data=medpar) but this

[R] restricting coefficient value

2010-02-12 Thread Rosario Garcia Gil
Dear colleges, I am traying to restrict the value of one coefficient in my glm model, see example: medparmodel <- glm(los ~ white * (-0.21) + type2 + type3 + hmo, family=poisson(), data=medpar) but this does not work, and searching in other help webpages I did not manage to get any good hint.