R Dataset / Package DAAG / hurricNamed
Attachment | Size |
---|---|
dataset-29652.csv | 7.79 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the hurricNamed data set which pertains to Named US Atlantic Hurricanes. The hurricNamed data set is found in the DAAG R package. Try to load the hurricNamed data set in R by issuing the following command at the console data("hurricNamed"). This may load the data into a variable called hurricNamed. If R says the hurricNamed 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 library("DAAG") followed by data("hurricNamed"). 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 hurricNamed 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 hurricNamed R data set. The size of this file is about 7,982 bytes. Named US Atlantic HurricanesDescriptionDetails are given of atmospheric pressure at landfall, estimated damage in millions of dollars, and deaths, for named hurricanes that made landfall in the US mainland from 1950 through to 2012. Usagedata("hurricNamed") FormatA data frame with 94 observations on the following 11 variables.
DetailsAn earlier version of these data was the subject of a controversial paper that claimed to have found that hurricanes with female names, presumably because taken less seriously, did more human damage after adjusting for the severity of the storm than those with male names. Sourcehttp://www.icatdamageestimator.com/ Deaths except for Audrey and Katrina, are in the Excel file that is available from http://www.pnas.org/content/suppl/2014/05/30/1402786111.DCSupplemental NOAA Monthly Weather Reports (MWRs) supplied the numbers of deaths for all except Donna, Celia, Audrey and Katrina. The figure for Celia is from http://www.nhc.noaa.gov/pdf/NWS-TPC-5.pdf. For the other three hurricanes it is from the Atlantic hurricane list in Wikipedia (see the references.) Referenceshttp://www.icatdamageestimator.com/ www.aoml.noaa.gov/hrd/hurdat/mwr_pdf/ http://en.wikipedia.org/wiki/List_of_Atlantic_hurricanes http://www.pnas.org/cgi/doi/10.1073/pnas.1402786111 Examplesdata(hurricNamed) str(hurricNamed) plot(log(deaths+0.5) ~ log(NDAM2014), data=hurricNamed) with(hurricNamed, lines(lowess(log(deaths+0.5) ~ log(NDAM2014)))) plot(log(deaths+0.5) ~ I(NDAM2014^0.14), data=hurricNamed) with(hurricNamed, lines(lowess(log(deaths+0.1) ~ I(NDAM2014^0.14)))) -- 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 |
---|---|---|
OpenIntro Statistics Dataset - unemploy_pres | August 9, 2020 - 2:38 PM | Dataset |
OpenIntro Statistics Dataset - house | August 9, 2020 - 12:25 PM | Dataset |
R Dataset / Package evir / nidd.annual | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Stat2Data / WeightLossIncentive4 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HSAUR / clouds | March 9, 2018 - 1:06 PM | Dataset |