voteincome               package:Zelig               R Documentation

_S_a_m_p_l_e _T_u_r_n_o_u_t _a_n_d _D_e_m_o_g_r_a_p_h_i_c _D_a_t_a _f_r_o_m _t_h_e _2_0_0_0 _C_u_r_r_e_n_t _P_o_p_u_l_a_t_i_o_n _S_u_r_v_e_y

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

     This data set contains turnout and demographic data from a sample
     of respondents to the 2000 Current Population Survey (CPS). The
     states represented are South Carolina and Arkansas. The data
     represent only a sample and results from this example should not
     be used in publication.

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

     data(voteincome)

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

     A data frame containing 7 variables ("state", "year", "vote",
     "income", "education", "age", "female") and 1500 observations.  

     '_s_t_a_t_e' a factor variable with levels equal to "AR" (Arkansas) and
          "SC" (South Carolina)

     '_y_e_a_r' an integer vector

     '_v_o_t_e' an integer vector taking on values "1" (Voted) and "0" (Did
          Not Vote)

     '_i_n_c_o_m_e' an integer vector ranging from "4" (Less than $5000) to
          "17" (Greater than $75000) denoting family income. See the
          CPS codebook for more information on variable coding

     '_e_d_u_c_a_t_i_o_n' an  integer vector ranging from "1" (Less than High
          School Education) to "4" (More than a College Education). See
          the CPS codebook for more information on variable coding

     '_a_g_e' an integer vector ranging from "18" to "85"

     '_f_e_m_a_l_e' an integer vector taking on values "1" (Female) and "0"
          (Male)

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

     Census Bureau Current Population Survey

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

     <URL: http://www.census.gov/cps>

