R Dataset / Package DAAG / stVincent
On this R-data statistics page, you will find information about the stVincent data set which pertains to Averages by block of yields for the St. Vincent Corn data. The stVincent data set is found in the DAAG R package. You can load the stVincent data set in R by issuing the following command at the console data("stVincent"). This will load the data into a variable called stVincent. If R says the stVincent 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 stVincent R data set. The size of this file is about 10,066 bytes.
Averages by block of yields for the St. Vincent Corn data
Description
These data frames have yield averages by blocks (parcels).
Usage
stVincent
Format
A data frame with 324 observations on 8 variables.
- code
-
a numeric vector
- island
-
a numeric vector
- 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
- 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.