Learn R Programming

sampling (version 2.9)

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)

Arguments

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.

Examples

Run this code
# NOT RUN {
data(rec99)
hist(rec99$LOG)
# }

Run the code above in your browser using DataLab