Displaying 1 result from an estimated 1 matches for "glm_5".
Did you mean:
glm_2
2008 Oct 21
2
Question about glm using R
...f burned area in Portugal.
The dependent variable is the proportion. The family used is binomial
and the epsilon would be binary.
I am not able to find the package to be used when the proportion (%) has
to be used in glm. Could someone help me?
I am using normal commands of glm.. for example:
glm_5<- glm(formula=p~Precipitation, family=binomial(link=logit),
data=dados)
where p is the proportion of burned area, but this error message apperars:
Warning message:
non-integer #successes in a binomial glm! in: eval(expr, envir, enclos)
That is why I think I am not using the proper glm packag...