UScrime                 package:MASS                 R Documentation

_T_h_e _E_f_f_e_c_t _o_f _P_u_n_i_s_h_m_e_n_t _R_e_g_i_m_e_s _o_n _C_r_i_m_e _R_a_t_e_s

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

     Criminologists are interested in the effect of punishment regimes
     on crime rates.  This has been studied using aggregate data on 47
     states of the USA for 1960 given in this data frame. The variables
     seem to have been re-scaled to convenient numbers.

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

     data(UScrime)

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

     This data frame contains the following columns:

     `_M' percentage of males aged 14-24

     `_S_o' indicator variable for a southern state

     `_E_d' mean years of schooling

     `_P_o_1' police expenditure in 1960

     `_P_o_2' police expenditure in 1959

     `_L_F' labour force participation rate

     `_M._F' number of males per 1000 females

     `_P_o_p' state population

     `_N_W' number of nonwhites per 1000 people

     `_U_1' unemployment rate of urban males 14-24

     `_U_2' unemployment rate of urban males 35-39

     `_G_D_P' gross domestic product per head

     `_I_n_e_q' income inequality

     `_P_r_o_b' probability of imprisonment

     `_T_i_m_e' average time served in state prisons

     `_y' rate of crimes in a particular category per head of population

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

     Ehrlich, I. (1973) Participation in illegitimate activities: a
     theoretical and empirical investigation. Journal of Political
     Economy 81, 521-565.

     Vandaele, W. (1978) Participation in illegitimate activities:
     Ehrlich revisited.  In Deterrence and Incapacitation, eds A.
     Blumstein, J. Cohen and D. Nagin, pp. 270-335. US National Academy
     of Sciences.

