R Dataset / Package DAAG / ant111b
On this R-data statistics page, you will find information about the ant111b data set which pertains to Averages by block of corn yields, for treatment 111 only. The ant111b data set is found in the DAAG R package. You can load the ant111b data set in R by issuing the following command at the console data("ant111b"). This will load the data into a variable called ant111b. If R says the ant111b 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 ant111b R data set. The size of this file is about 1,303 bytes.
Averages by block of corn yields, for treatment 111 only
Description
These data frames have averages by blocks (parcels) for the treatment 111
.
Usage
ant111b
Format
A data frame with 36 observations on 9 variables.
- site
-
a factor with levels (
ant111b
:)DBAN
LFAN
NSAN
ORAN
OVAN
TEAN
WEAN
WLAN
- parcel
-
a factor with levels
I
II
III
IV
- code
-
a numeric vector
- island
-
a numeric vector
- id
-
a numeric vector
- plot
-
a numeric vector
- trt
-
a numeric vector
- ears
-
a numeric vector
- harvwt
-
a numeric vector
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.