belgianmunicipalities {sampling} | R Documentation |
The Belgian municipalities population
Description
This population provides information about
the Belgian population on the July 1st, 2004 compared to July, 1st
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 on July, 1st 2004.
- Women04
- number of women on July, 1st 2004.
- Tot04
- total population on July, 1st 2004.
- Men03
- number of men on July, 1st 2003.
- Women03
- number of women on July, 1st 2003.
- Tot03
- total population on July, 1st 2003.
- Diffmen
- number of men on July, 1st 2004 minus the number of men on July, 1st 2003.
- Diffwom
- number of women on July, 1st 2004 minus the number of women on July, 1st 2003.
- DiffTOT
- difference between the total population on July, 1st 2004 and on July, 1st 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.3
Index]