Skip to contents

This dataset, toxin_lethal_dose, is a data frame containing observations used to identify the lethal dose of a crop protection product. It includes information on dose level together with the number of dead and alive individuals.

Usage

data(toxin_lethal_dose)

Format

A data frame with 6 observations and 3 variables:

dose

Numeric vector indicating the dose level

dead

Integer vector indicating the number of dead individuals

alive

Integer vector indicating the number of alive individuals

Source

Data taken from the mcprofile package version 1.0-1

Details

The dataset name has been kept as 'toxin_lethal_dose' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the agridatasets package and assists users in identifying its specific characteristics.