Skip to contents

This dataset, budworm_pyrethroid, is a data frame containing the number of tobacco budworms dying at various doses of pyrethroid. It includes information on number killed, total number of budworms, dose, and gender.

Usage

data(budworm_pyrethroid)

Format

A data frame with 12 observations and 4 variables:

Killed

Integer vector indicating the number killed

Number

Integer vector indicating the total number of budworms

Dose

Integer vector indicating the dose

Gender

Factor w/ 2 levels indicating the gender

Source

Data taken from the GLMsData package version 1.4

Details

The dataset name has been kept as 'budworm_pyrethroid' 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.