This dataset, corn_hybrid_density, is a data frame containing observations
from a factorial experiment comparing three corn hybrids across two sowing
densities. It includes information on hybrid, sowing density, and the
corresponding response variable.
Usage
data(corn_hybrid_density)
A data frame with 24 observations and 3 variables:
- A
Character vector indicating the corn hybrid
- B
Character vector indicating the sowing density
- Resp
Numeric vector indicating the response variable
Source
Data taken from the AgroR package version 1.3.7
Details
The dataset name has been kept as 'corn_hybrid_density' 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.