spnamur: Synthetic population of Namur (Belgium)

Description Usage Format Source References Examples

Description

This data drame contains a synthetic population of individuals for Belgian city of Namur. The attributes details the gender, age class, socio-professional status, education level and driving license ownership of every synthetic individual.

Usage

1

Format

A data frame detailing the synthetic individuals whose columns are described in the Table below.

Attribute Values (levels)
Household.type C (couple); F (family with children); I (isolated); N (non family)
Gender F (female); H (male)
Prof.status A (active); E (student); I (inactive)
Education.level O (none); P (primary); S (high school); U (higher education)
Driving.license O (no); P (yes)
Age.class 0 (0-5); 1 (6-17); 2 (18-39); 3 (40-59); 4 (60+)

Source

VirtualBelgium - http://virtualbelgium.sourceforge.net

References

Barthelemy, J. and Toint, P.L. (2013) Synthetic population generation without a sample Transportation Science 47 (2): 266-279

Examples

1
2
3
data(spnamur)
# generating the contingency table of the synthetic population
table(spnamur)

mipfp documentation built on May 2, 2019, 6:01 a.m.