Description Usage Format Details
iowheat dataset is a toy example that summarizes the yield of wheat (bushels per acre)
for the state of Iowa between 1930-1962. In addition to yield, year, rainfall and temperature were recorded
as the main predictors of yield.
1 |
iowheat is a tbl data frame with 33 observations on 10 variables.
The 10 variables of the iowheat tbl data frame are the following ones:
Year year of harvest (numeric)
Rain0 pre-season rainfall (numeric)
Temp1 mean temperature for growing month 1 (numeric)
Rain1 rainfall for growing month 1 (numeric)
Temp2 mean temperature for growing month 2 (numeric)
Rain2 rainfall for growing month 2 (numeric)
Temp3 mean temperature for growing month 3 (numeric)
Rain3 rainfall for growing month 3 (numeric)
Temp4 mean temperature for harvest month (numeric)
Yield yield in bushels per acre (numeric)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.