Learn R Programming

VGAM (version 0.9-6)

flourbeetle: Mortality of Flour Beetles from Carbon Disulphide

Description

The flourbeetle data frame has 8 rows and 4 columns. Two columns are explanatory, the other two are responses.

Usage

data(flourbeetle)

Arguments

source

Bliss, C.I., 1935. The calculation of the dosage-mortality curve. Annals of Applied Biology, 22, 134--167.

Details

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.

See Also

binomialff, probit.

Examples

Run this code
fit1 <- vglm(cbind(killed, exposed - killed) ~ logdose, binomialff(link = probit),
             data = flourbeetle, trace = TRUE)
summary(fit1)

Run the code above in your browser using DataLab