guerry: Guerry "Moral Statistics" (1830s).

Description Usage Format Details Source Examples

Description

Classic social science foundational study by Andre-Michel Guerry on crime, suicide, literacy and other “moral statistics” in 1830s France. Data from the R package Guerry (Michael Friendly and Stephane Dray).

Usage

1

Format

An sf data frame with 85 rows, 23 variables, and a geometry column:

variable

Description

dept, code_de

Department ID: Standard numbers for the departments

region

Region of France (‘N’=’North’, ‘S’=’South’, ‘E’=’East’, ‘W’=’West’, ‘C’=’Central’). Corsica is coded as NA.

dprtmnt

Department name: Departments are named according to usage in 1830, but without accents. A factor with levels Ain Aisne Allier … Vosges Yonne

crm_prs

Population per Crime against persons.

crm_prp

Population per Crime against property.

litercy

Percent of military conscripts who can read and write.

donatns

Donations to the poor.

infants

Population per illegitimate birth.

suicids

Population per suicide.

maincty

Size of principal city (‘1:Sm’, ‘2:Med’, ‘3:Lg’), used as a surrogate for population density. Large refers to the top 10, small to the bottom 10; all the rest are classed Medium.

wealth

Per capita tax on personal property. A ranked index based on taxes on personal and movable property per inhabitant.

commerc

Commerce and Industry, measured by the rank of the number of patents / population.

clergy

Distribution of clergy, measured by the rank of the number of Catholic priests in active service population.

crim_prn

Crimes against parents, measured by the rank of the ratio of crimes against parents to all crimes – Average for the years 1825-1830.

infntcd

Infanticides per capita. A ranked ratio of number of infanticides to population – Average for the years 1825-1830.

dntn_cl

Donations to the clergy. A ranked ratio of the number of bequests and donations inter vivios to population – Average for the years 1815-1824.

lottery

Per capita wager on Royal Lottery. Ranked ratio of the proceeds bet on the royal lottery to population — Average for the years 1822-1826.

desertn

Military desertion, ratio of number of young soldiers accused of desertion to the force of the military contingent, minus the deficit produced by the insufficiency of available billets – Average of the years 1825-1827.

instrct

Instruction. Ranks recorded from Guerry’s map of Instruction. Note: this is inversely related to Literacy.

prsttts

Number of prostitutes registered in Paris from 1816 to 1834, classified by the department of their birth

distanc

Distance to Paris (km). Distance of each department centroid to the centroid of the Seine (Paris).

area

Area (1000 km^2).

pop1831

Population in 1831, in 1000s.

geometry

MULTIPOLYGON

Details

Sf object, units in m. EPSG 27572: NTF (Paris) / Lambert zone II.

Source

https://geodacenter.github.io/data-and-lab/Guerry/

Examples

1
2
3
4
5
6
if (requireNamespace("sf", quietly = TRUE)) {
  library(sf)
  data(guerry)

  plot(guerry["CODE_DE"])
}

geodaData documentation built on July 2, 2020, 1:33 a.m.