[R] negative predicted values in poisson glm
Thomas Lumley
tlumley at u.washington.edu
Wed Jan 18 16:28:48 CET 2006
On Wed, 18 Jan 2006, P. Olsson wrote:
> Dear R helpers,
> running the following code of a glm model of the family poisson, gives
> predicted values < 0. Why?
Look at the help page for predict.glm, particularly the "type" argument.
Then exponentiate the results.
-thomas
>
> library(MASS)
> library(stats)
> library(mvtnorm)
> library(pscl)
> data(bioChemists)
> poisson_glm <- glm(art ~ fem + mar + kid5 + phd + ment, data = bioChemists,
> family = poisson)
> predicted.values = predict(poisson_glm)
> range(predicted.values)
>
>
> Thank you in advance for any hints.
> Best regards,
> P. Olsson
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>
Thomas Lumley Assoc. Professor, Biostatistics
tlumley at u.washington.edu University of Washington, Seattle
More information about the R-help
mailing list