Last chance! 50% off unlimited learning
Sale ends in
The flourbeetle
data frame has 8 rows and 4 columns.
Two columns are explanatory, the other two are responses.
data(flourbeetle)
This data frame contains the following columns:
log10
applied to CS2mgL
.
a numeric vector, the concentration of gaseous carbon disulphide in mg per litre.
a numeric vector, counts; the number of beetles exposed to the poison.
a numeric vector, counts; the numbers killed.
These data were originally given in Table IV of Bliss (1935) and are the combination of two series of toxicological experiments involving Tribolium confusum, also known as the flour beetle. Groups of such adult beetles were exposed for 5 hours of gaseous carbon disulphide at different concentrations, and their mortality measured.
binomialff
,
probitlink
.
fit1 <- vglm(cbind(killed, exposed - killed) ~ logdose,
binomialff(link = probitlink), flourbeetle, trace = TRUE)
summary(fit1)
Run the code above in your browser using DataLab