A data frame with 38 observations on the following 16 variables.
-
district
-
name of the district in London, a character vector
-
cholera_drate
-
deaths from cholera in 1849 per 10,000 inhabitants, a numeric vector
-
cholera_deaths
-
number of deaths registered from cohlera in 1849, a numeric vector
-
popn
-
population, in the middle of 1849, a numeric vector
-
elevation
-
elevation, in feet above the high water mark, a numeric vector
-
region
-
a grouping of the London districts, a factor with levels West North Central South Kent
-
water
-
water supply region, a factor with levels Battersea New River Kew; see Details
-
annual_deaths
-
annual deaths from all causes, 1838-1844, a numeric vector
-
pop_dens
-
population density (persons per acre), a numeric vector
-
persons_house
-
persons per inhabited house, a numeric vector
-
house_valpp
-
average annual value of house, per person (pounds), a numeric vector
-
poor_rate
-
poor rate precept per pound of house value, a numeric vector
-
area
-
district area, a numeric vector
-
houses
-
number of houses, a numeric vector
-
house_val
-
total house values, a numeric vector
The supply of water was classified as “Thames, between Battersea and Waterloo Bridges” (central London), “New River, Rivers Lea and Ravensbourne”, and “Thames, at Kew and Hammersmith” (western London). The factor levels use abbreviations for these.
The data frame is sorted by increasing elevation above the high water mark.