This dataset, cotton_pesticide, is a data frame containing observations
on cotton response to herbicide and insecticide treatments. It includes
information on plot identifier, herbicide level, insecticide level, and
weight.
A data frame with 25 observations and 4 variables:
- ID
Factor w/ 25 levels indicating the plot identifier
- H
Numeric vector indicating the herbicide level
- I
Integer vector indicating the insecticide level
- Weight
Numeric vector indicating the weight
Source
Data taken from the smbdata package version 0.2.0
Details
The dataset name has been kept as 'cotton_pesticide' 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.