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. Thanks in advance Rosario ______________________________________________ R-help@r-project.org mailing list 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.