Skip to contents

This dataset, cowpea_maize_yield, is a data frame containing maize and cowpea yield data under different nitrogen levels from an intercropping experiment. It includes information on block, nitrogen level, cowpea variety, maize variety, cowpea yield, and maize yield.

Usage

data(cowpea_maize_yield)

Format

A data frame with 72 observations and 6 variables:

block

Factor w/ 3 levels indicating the block

nitro

Factor w/ 4 levels indicating the nitrogen level

cowpea

Factor w/ 2 levels indicating the cowpea variety

maize

Factor w/ 3 levels indicating the maize variety

cyield

Integer vector indicating the cowpea yield

myield

Integer vector indicating the maize yield

Source

Data taken from the agridat package version 1.26

Details

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