Skip to contents

This dataset, wheat_splitsplit, is a data frame containing wheat yield data from a split-split-plot experiment. It includes information on row, column, yield, inoculation, treatment, genotype, moisture condition, seed treatment, and block.

Usage

data(wheat_splitsplit)

Format

A data frame with 160 observations and 9 variables:

row

Integer vector indicating the row

col

Integer vector indicating the column

yield

Integer vector indicating the yield

inoc

Factor w/ 2 levels indicating the inoculation

trt

Integer vector indicating the treatment

gen

Factor w/ 2 levels indicating the genotype

dry

Factor w/ 2 levels indicating the moisture condition

dust

Factor w/ 5 levels indicating the seed treatment

block

Factor w/ 4 levels indicating the block

Source

Data taken from the agridat package version 1.26

Details

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