This dataset, fungicide_latin_square, is a data frame containing data
from a Latin square experiment for testing fungicide. It includes
information on treatment, yield, row, and column.
Usage
data(fungicide_latin_square)
A data frame with 25 observations and 4 variables:
- trt
Factor w/ 5 levels indicating the treatment
- yield
Numeric vector indicating the yield
- row
Integer vector indicating the row
- col
Integer vector indicating the column
Source
Data taken from the agridat package version 1.26
Details
The dataset name has been kept as 'fungicide_latin_square' 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.