Look at
?predict.glm
mydata.glm <- glm(formula = Death ~ Temperature, family = binomial(link =
"logit"),
data = mydata)
and see that predict(mydata.glm, type="response") gives the predictions on
the probability scale.
On Mon, May 28, 2012 at 10:16 AM, eddie smith wrote:
> Hello everyone,
>
> I
Hello everyone,
I tried to understand the relationship between temperature and the
death of an organism by using logistic regression.
glm(formula = Death ~ Temperature, family = binomial(link = "logit"),
data = mydata)
Coefficients:
Estimate Std. Error z value Pr(>|z|)
2 matches
Mail list logo