Punishment                package:vcd                R Documentation

_C_o_r_p_o_r_a_l _P_u_n_i_s_h_m_e_n_t _D_a_t_a

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

     Data from a study of the Gallup Institute in Denmark in 1979 about
     the attitude of a random sample of 783 persons towards corporal
     punishment of children.

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

     data(Punishment)

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

     A data frame with 36 observations and 5 variables.

     _F_r_e_q frequency.

     _a_t_t_i_t_u_d_e factor indicating attitude: (no, moderate) punishment of
          children.

     _m_e_m_o_r_y factor indicating whether the person had memories of
          corporal punishment as a child (yes, no).

     _e_d_u_c_a_t_i_o_n factor indicating highest level of education
          (elementary, secondary, high).

     _a_g_e factor indicating age group in years (15-24, 25-39, 40-).

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

     E. B. Andersen (1991), The Statistical Analysis of Categorical
     Data, page 208.

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

     E. B. Andersen (1991), _The Statistical Analysis of Categorical
     Data_. 2nd edition. Springer-Verlag, Berlin.

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

     data(Punishment)
     structable(~ ., data = Punishment)

