reg                   package:eco                   R Documentation

_V_o_t_e_r _R_e_g_i_s_t_r_a_t_i_o_n _i_n _U_S _S_o_u_t_h_e_r_n _S_t_a_t_e_s

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

     This data set contains the racial composition, the registration
     rate, the number of eligible voters as well as the actual observed
     racial registration rates for every county in four US southern
     states: Florida, Louisiana, North Carolina, and South Carolina.

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

     data(reg)

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

     A data frame containing 5 variables and 275 observations 

       X   numeric  the fraction of Black voters
       Y   numeric  the fraction of voters who registered themselves
       N   numeric  the total number of voters in each county
       W1  numeric  the actual fraction of Black voters who registered themselves
       W2  numeric  the actual fraction of White voters who registered themselves

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

     King, G. (1997). "A Solution to the Ecological Inference Problem:
     Reconstructing Individual Behavior from Aggregate Data". Princeton
     University Press, Princeton, NJ.

