MU284                package:sampling                R Documentation

_T_h_e _M_U_2_8_4 _p_o_p_u_l_a_t_i_o_n

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

     This data are from Srndal et al (1992), see Appendix B, p. 652.

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

     data(MU284)

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

     A data frame with 284 observations on the following 11 variables.

     _L_A_B_E_L identifier number from 1 to 284.

     _P_8_5 1985 population (in thousands).

     _P_7_5 1975 population (in thousands).

     _R_M_T_8_5 revenues from 1985 municipal taxation (in millions of
          kronor).

     _C_S_8_2 number of Conservative seats in municipal council.

     _S_S_8_2 number of Social-Democratic seats in municipal council.

     _S_8_2 total number of seats in municipal council.

     _M_E_8_4 number of municipal employees in 1984.

     _R_E_V_8_4 real estate values according to 1984 assessment (in millions
          of kronor).

     _R_E_G geographic region indicator.

     _C_L cluster indicator (a cluster consists of a set of neighboring).

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

     http://lib.stat.cmu.edu/datasets/mu284

_R_e_f_e_r_e_n_c_e_s:

     Srndal, C.-E., Swensson, B., and Wretman, J. (1992), _Model
     Assisted Survey Sampling_, Springer Verlag,  New York.

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

     data(MU284)
     hist(MU284$RMT85)

