R Dataset / Package lattice / barley
Attachment | Size |
---|---|
dataset-60148.csv | 1.18 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the barley data set which pertains to Yield data from a Minnesota barley trial . The barley data set is found in the lattice R package. Try to load the barley data set in R by issuing the following command at the console data("barley"). This may load the data into a variable called barley. If R says the barley data set is not found, you can try installing the package by issuing this command install.packages("lattice") and then attempt to reload the data with library("lattice") followed by data("barley"). Perhaps strangley, if R gives you no output after entering a command, it means the command succeeded. If it succeeded you can see the data by typing barley at the command-line which should display the entire dataset. 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 barley R data set. The size of this file is about 1,211 bytes. Yield data from a Minnesota barley trialDescriptionTotal yield in bushels per acre for 10 varieties at 6 sites in each of two years. Usagebarley FormatA data frame with 120 observations on the following 4 variables.
DetailsThese data are yields in bushels per acre, of 10 varieties of barley grown in 1/40 acre plots at University Farm, St. Paul, and at the five branch experiment stations located at Waseca, Morris, Crookston, Grand Rapids, and Duluth (all in Minnesota). The varieties were grown in three randomized blocks at each of the six stations during 1931 and 1932, different land being used each year of the test. Immer et al. (1934) present the data for each Year*Site*Variety*Block. The data here is the average yield across the three blocks. Immer et al. (1934) refer (once) to the experiment as being conducted in 1930 and 1931, then later refer to it (repeatedly) as being conducted in 1931 and 1932. Later authors have continued the confusion. Cleveland (1993) suggests that the data for the Morris site may have had the years switched. Author(s)Documentation contributed by Kevin Wright. SourceImmer, R. F., H. K. Hayes, and LeRoy Powers. (1934). Statistical Determination of Barley Varietal Adaptation. Journal of the American Society of Agronomy, 26, 403–419. Wright, Kevin (2013). Revisiting Immer's Barley Data. The American Statistician, 67(3), 129–133. ReferencesCleveland, William S. (1993) Visualizing Data. Hobart Press, Summit, New Jersey. Fisher, R. A. (1971) The Design of Experiments. Hafner, New York, 9th edition. See Also
Examples# Graphic suggesting the Morris data switched the years 1931 and 1932 # Figure 1.1 from Cleveland dotplot(variety ~ yield | site, data = barley, groups = year, key = simpleKey(levels(barley$year), space = "right"), xlab = "Barley Yield (bushels/acre) ", aspect=0.5, layout = c(1,6), ylab=NULL) -- Dataset imported from https://www.r-project.org. |
Picostat Manual |
---|
How To Register With a Username
How To Register With Google Single Sign On (SSO)
How To Login With a Username and Password
How To Login With Google Single Sign On (SSO)
How To Import a Dataset
How To Perform Statistical Analysis with Picostat
How To Use Educational Applications with Picostat
|
Recent Queries For This Dataset |
---|
No queries made on this dataset yet. |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package Stat2Data / TwinsLungs | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package DAAG / psid1 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package quantreg / gasprice | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package datasets / nottem | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package DAAG / hills2000 | March 9, 2018 - 1:06 PM | Dataset |