Skip to contents

This dataset, strawberry_yield, is a data frame containing strawberry yield data from a randomized complete block experiment. It includes information on row, column, block, genotype, and yield.

Usage

data(strawberry_yield)

Format

A data frame with 32 observations and 5 variables:

row

Integer vector indicating the row

col

Integer vector indicating the column

block

Factor w/ 4 levels indicating the block

gen

Factor w/ 8 levels indicating the genotype

yield

Numeric vector indicating the yield

Source

Data taken from the agridat package version 1.26

Details

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