1
2
3
4
5
#

Name:

Description:

The mortality and drinking water hardness for 61 cities in England and Wales.

Variables:

A data frame with 61 observations on the following 5 variables.

location

a factor with levels North and South indicating whether the town is as north as Derby.

town

the name of the town.

mortality

averaged annual mortality per 100.000 male inhabitants.

hardness

calcium concentration (in parts per million).

Details

The data were collected in an investigation of environmental causes of disease. They show the annual mortality per 100,000 for males, averaged over the years 1958-1964, and the calcium concentration (in parts per million) in the drinking water for 61 large towns in England and Wales. The higher the calcium concentration, the harder the water. Towns at least as far north as Derby are identified in the table. Here there are several questions that might be of interest including, are mortality and water hardness related, and do either or both variables differ between northern and southern towns?

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

D. J. Hand, F. Daly, A. D. Lunn, K. J. McConway and E. Ostrowski (1994). A Handbook of Small Datasets, Chapman and Hall/CRC, London.

R Dataset Upload:

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

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

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.