VGAM (version 1.1-1)

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

Format

This data frame contains the following columns:

logdose

log10 applied to CS2mgL.

CS2mgL

a numeric vector, the concentration of gaseous carbon disulphide in mg per litre.

exposed

a numeric vector, counts; the number of beetles exposed to the poison.

killed

a numeric vector, counts; the numbers killed.

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, probitlink.

Examples

Run this code
# NOT RUN {
fit1 <- vglm(cbind(killed, exposed - killed) ~ logdose,
             binomialff(link = probitlink), flourbeetle, trace = TRUE)
summary(fit1)
# }

Run the code above in your browser using DataLab