Skip to contents

This dataset, carrot_insecticide, is a data frame containing carrot fly damage data for different insecticide treatments and depths. It includes information on treatment, insecticide, depth, replicate, number of damaged carrots, and total number of carrots.

Usage

data(carrot_insecticide)

Format

A data frame with 36 observations and 6 variables:

treatment

Factor w/ 11 levels indicating the treatment

insecticide

Factor w/ 3 levels indicating the insecticide

depth

Numeric vector indicating the depth

rep

Factor w/ 3 levels indicating the replicate

damaged

Integer vector indicating the number of damaged carrots

total

Integer vector indicating the total number of carrots

Source

Data taken from the agridat package version 1.26

Details

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