This dataset, soybean_cultivars, is a data frame containing grain yield
evaluations of ten commercial soybean cultivars arranged in randomized
complete blocks. It includes information on cultivar, block, and grain
yield.
A data frame with 40 observations and 3 variables:
- cult
Factor w/ 10 levels indicating the cultivar
- bloc
Factor w/ 4 levels indicating the block
- prod
Numeric vector indicating the grain yield
Source
Data taken from the AgroR package version 1.3.7
Details
The dataset name has been kept as 'soybean_cultivars' 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.