R Dataset / Package DAAG / antigua

On this R-data statistics page, you will find information about the antigua data set which pertains to Averages by block of yields for the Antigua Corn data. The antigua data set is found in the DAAG R package. You can load the antigua data set in R by issuing the following command at the console data("antigua"). This will load the data into a variable called antigua. If R says the antigua data set is not found, you can try installing the package by issuing this command install.packages("DAAG") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the antigua R data set. The size of this file is about 9,338 bytes.

Averages by block of yields for the Antigua Corn data

Description

These data frames have yield averages by blocks (parcels). The ant111b data set is a subset of this.

Usage

antigua

Format

A data frame with 324 observations on 7 variables.

id

a numeric vector

site

a factor with 8 levels.

block

a factor with levels I II III IV

plot

a numeric vector

trt

a factor consisting of 12 levels

ears

a numeric vector; note that -9999 is used as a missing value code.

harvwt

a numeric vector; the average yield

Source

Andrews DF; Herzberg AM, 1985. Data. A Collection of Problems from Many Fields for the Student and Research Worker. Springer-Verlag. (pp. 339-353)

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-daag-antigua.html" width="100%" height="100%" style="border:0px"></iframe>