1
2
3
4
5
#

Name:

Description:

Details 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.

Variables:

A data frame with 94 observations on the following 14 variables.

Name

Hurricane name

Year

Numeric

LF.WindsMPH

Maximum sustained windspeed (>= 1 minute) to occur along the US coast. Prior to 1980, this is estimated from the maximum windspeed associated with the Saffir-Simpson index at landfall. If 2 or more landfalls, the maximum is taken

LF.PressureMB

Atmospheric pressure at landfall in millibars. If 2 or more landfalls, the minimum is taken

LF.times

Date of first landfall

BaseDam2014

Property damage (millions of 2014 US dollars)

BaseDamage

Property damage (in millions of dollars for that year)

NDAM2014

Damage, had hurricane appeared in 2014

AffectedStates

Affected states (2-digit abbreviations), pasted together

firstLF

Date of first landfall

deaths

Number of continental US direct and indirect deaths

mf

Gender of name; a factor with levels f m

 

Details

An 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.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

 

Source

http://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.)

References

http://www.icatdamageestimator.com/ https://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

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Named_US_Atlantic_Hurricanes_261_56.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.