ex1221 | R Documentation |
These data are monthly rainfalls from September to March and the subjectively rated quality of the following spring wildflower display for each of a number of years at each of four desert locations in the southwestern United States (Upland Sonoran Desert near Tucson, the lower Colorado River Valley section of the Sonoran Desert, the Baja California region of the Sonoran Desert, and the Mojave Desert). The quality of the display was judged subjectively with ordered rating categories of poor, fair, good, great, and spectacular. The variable Score is numerical variable corresponding to these ordered categories. A goal is to find an equation for predicting quality of wildflower blooms from the rainfall variables.
ex1221
A data frame with 122 observations on the following 12 variables.
year of observed wildflower season
a factor variable with 4 levels: "baja"
,
"colorado"
, "mojave"
, and "upland"
the September rainfall, in inches
the October rainfall, in inches
the November rainfall, in inches
the December rainfall, in inches
the January rainfall, in inches
the February rainfall, in inches
the March rainfall, in inches
the total rainfall from September through March, in inches
a factor with a subjective assessment of the quality of
wildflower bloom with levels "FAIR"
, "GOOD"
, "GREAT"
,
"POOR"
, and "SPECTACULAR"
a numerical variable corresponding to the order of rating categories, with Poor=0, Fair=1, Good=2, Great=3, and Spectacular=4
Ramsey, F.L. and Schafer, D.W. (2013). The Statistical Sleuth: A Course in Methods of Data Analysis (3rd ed), Cengage Learning.
Arizona-Sonora Desert Museum, “Wildflower Flourishes and Flops: a 50–Year History,” https://www.desertmuseum.org/programs/flw_wildflwrbloom.php (July 25, 2011).
str(ex1221)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.