belgianmunicipalities {sampling} | R Documentation |
The Belgian municipalities population
Description
This population provides information about
the Belgian population on 1st July 2004 comparative with 1st July
2003, and some financial information about the municipality incomes in the end of 2001.
Usage
data(belgianmunicipalities)
Format
A data frame with 589 observations on the following 17 variables.
- Commune
- municipality name.
- INS
- 'Institut National de statistique' code.
- Province
- province number.
- Arrondiss
- administrative division number.
- Men04
- number of men in 1st July 2004.
- Women04
- number of women in 1st July 2004.
- Tot04
- total population in 1st July 2004.
- Men03
- number of men in 1st July 2003.
- Women03
- number of women in 1st July 2003.
- Tot03
- total population in 1st July 2003.
- Diffmen
- number of men in 1st July 2004 minus the number of men in 1st July 2003.
- Diffwom
- number of women in 1st July 2004 minus the number of women in 1st July 2003.
- DiffTOT
- difference between the total population in 1st July 2004 and 1st July 2003.
- TaxableIncome
- total taxable income in euros in 2001.
- Totaltaxation
- total taxation in euros in 2001.
- averageincome
- average of the income-tax return in euros in 2001.
- medianincome
- median of the income-tax return in euros in 2001.
Source
http://www.statbel.fgov.be/figures/download_fr.asp
Examples
data(belgianmunicipalities)
hist(belgianmunicipalities$medianincome)
[Package
sampling version 0.2
Index]