Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rec99

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)

sampling

Survey Sampling

v2.9
GPL (>= 2)
Authors
Yves Till<e9> <yves.tille@unine.ch>, Alina Matei <alina.matei@unine.ch>
Initial release
2021-01-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.