1
2
3
4
5
#

Name:

Description:

The average amount of precipitation (rainfall) in inches for each of 70 United States (and Puerto Rico) cities.

Variables:

A named vector of length 70.

 

Note

The dataset version up to Nov.16, 2016 had a typo in "Cincinnati"'s name. The examples show how to recreate that version.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Statistical Abstracts of the United States, 1975.

References

McNeil, D. R. (1977) Interactive Data Analysis. New York: Wiley.

R Dataset Upload:

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

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

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.