Hello everybody!
I am trying to plot glm with family=binomial and can`t work it out. My Data
are:
> mort
   temp num numdead
1    32   7       0
2    32   8       0
3    32   8       0
4    37  15       3
5    37  15       1
6    37  17       3
7    42  11       8
8    42  28      14
9    42  15      12
10   47  10      10
11   47  12      12
12   47  13      13
13   52  18      18
14   52  19      19
15   52  22      22
I fitted glm
> glm.mort<-glm(cbind(numdead, num - numdead) ~ temp, family=binomial)
But now I don`t know, how to plot it. I need a plot with some points for
variable numdead and some curve for the model. Thanks.

Radek John
-- 
GSM: +420 732 738 360
JID: [EMAIL PROTECTED]
icq: 357027144

        [[alternative HTML version deleted]]

______________________________________________
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.

Reply via email to