belgianmunicipalities        package:sampling        R Documentation

_T_h_e _B_e_l_g_i_a_n _m_u_n_i_c_i_p_a_l_i_t_i_e_s _p_o_p_u_l_a_t_i_o_n

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

     data(belgianmunicipalities)

_F_o_r_m_a_t:

     A data frame with 589 observations on the following 17 variables.

     _C_o_m_m_u_n_e municipality name.

     _I_N_S 'Institut National de statistique' code.

     _P_r_o_v_i_n_c_e province number.

     _A_r_r_o_n_d_i_s_s administrative division number.

     _M_e_n_0_4 number of men on July, 1st 2004.

     _W_o_m_e_n_0_4 number of women on July, 1st 2004.

     _T_o_t_0_4 total population on July, 1st 2004.

     _M_e_n_0_3 number of men on July, 1st 2003.

     _W_o_m_e_n_0_3 number of women on July, 1st 2003.

     _T_o_t_0_3 total population on July, 1st 2003.

     _D_i_f_f_m_e_n number of men on July, 1st 2004 minus the number of men on
          July, 1st 2003.

     _D_i_f_f_w_o_m number of women on July, 1st 2004 minus the number of
          women on July, 1st 2003.

     _D_i_f_f_T_O_T difference between the total population on July, 1st 2004
          and on July, 1st 2003.

     _T_a_x_a_b_l_e_I_n_c_o_m_e total taxable income in euros in 2001.

     _T_o_t_a_l_t_a_x_a_t_i_o_n total taxation in euros in 2001.

     _a_v_e_r_a_g_e_i_n_c_o_m_e average of the income-tax return in euros in 2001.

     _m_e_d_i_a_n_i_n_c_o_m_e median of the income-tax return in euros in 2001.

_S_o_u_r_c_e:

     http://www.statbel.fgov.be/figures/download_fr.asp

_E_x_a_m_p_l_e_s:

     data(belgianmunicipalities)
     hist(belgianmunicipalities$medianincome)

