NonResponse               package:vcd               R Documentation

_N_o_n-_R_e_s_p_o_n_s_e _S_u_r_v_e_y _D_a_t_a

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

     Data about non-response for a Danish survey in 1965.

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

     data(NonResponse)

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

     A data frame with 12 observations and 4 variables.

     _F_r_e_q frequency.

     _r_e_s_i_d_e_n_c_e factor indicating whether residence was in Copenhagen,
          in a city outside Copenhagen or at the countryside
          (Copenhagen, City, Country).

     _r_e_s_p_o_n_s_e factor indicating whether a response was given (yes, no).

     _g_e_n_d_e_r factor indicating gender (male, female).

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

     E. B. Andersen (1991), The Statistical Analysis of Categorical
     Data, Table 5.17.

_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(NonResponse)
     structable(~ ., data = NonResponse)

