rec99 {sampling} | R Documentation |
The 1999 census data
Description
This data provides census information about the municipalities of the Haute-Garonne department, France, with less than 10000 inhabitants in 1999.
Usage
data(rec99)
Format
A data frame with 554 observations on the following 10 variables:
- CODE_N
municipality code.
- COMMUNE
municipality name.
- BVQ_N
code of the Daily Life Basin to which the municipality belongs.
- POPSDC99
number of inhabitants.
- LOG
number of dwellings.
- LOGVAC
number of vacant dwellings.
- STRATLOG
a four-modality variable which equals 1 if the municipality has less than 100 dwellings, 2 if it has between 100 and 299 dwellings, 3 if it has between 300 and 999 dwellings and 4 if it has 1000 dwellings or more.
- surf_m2
surface in square meters.
- lat_centre
geographical latitude of the center.
- lon_centre
geographical longitude of the center.
Source
For the first 8 variables, 'Institut national de la statistique et des études économiques', France (http://www.insee.fr). The geographical positions are available under the Open Database License ("© OpenStreetMap contributors"). https://www.openstreetmap.org/copyright
Examples
data(rec99)
hist(rec99$LOG)