bliss | R Documentation |
These are the number of adult flour beetles which died following a 5-hour exposure to gaseous carbon disulphide.
data(bliss)
A data frame with 8 observations on the following 3 variables.
concentration of carbon disulphide(mg. per litre)
Numbers of beetles exposed
Numbers of beetles dying
Bliss, C. I. (1935).The calculation of the dosage-mortality curve. Annals of Applied BIology, 22, 134-167.
data(bliss)
attach(bliss)
plot(log(dose),r/m,ylim=c(0,1),ylab="Proportion dead")
fit <- glm(cbind(r,m-r)~log(dose),binomial)
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.