ex1028 | R Documentation |
Data set with the numbers of Atlantic Basin tropical storms and hurricanes for each year from 1950–1997. The variable storm index is an index of overall intensity of hurricane season. Also listed are whether the year was a cold, warm or neutral El Nino year and a variable indicating whether West Africa was wet or dry that year.
ex1028
A data frame with 48 observations on the following 7 variables.
year
a factor with levels "cold"
,
"neutral"
and "warm"
numeric variable with values -1 if
ElNino
is "cold"
, 0 if "neutral"
and 1 if
"warm"
numeric variable indicating whether West Africa was wet (1) or dry (0)
number of storms
number of hurricanes
index of overall intensity of hurricane season
Ramsey, F.L. and Schafer, D.W. (2013). The Statistical Sleuth: A Course in Methods of Data Analysis (3rd ed), Cengage Learning.
Data were gathered by William Gray of Colorado State University and reported on USA Today weather page: http://www.usatoday.com/weather/whurnum.htm
str(ex1028)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.