R Dataset / Package DAAG / vince111b
On this R-data statistics page, you will find information about the vince111b data set which pertains to Averages by block of corn yields, for treatment 111 only. The vince111b data set is found in the DAAG R package. You can load the vince111b data set in R by issuing the following command at the console data("vince111b"). This will load the data into a variable called vince111b. If R says the vince111b 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 vince111b R data set. The size of this file is about 1,286 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
vince111b
Format
A data frame with 36 observations on 8 variables.
- site
-
a factor with levels
AGSV
CASV
CPSV
LPSV
MPSV
OOSV
OTSV
SSSV
UISV
- 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
- 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.