BrokenMarriage              package:vcd              R Documentation

_B_r_o_k_e_n _M_a_r_r_i_a_g_e _D_a_t_a

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

     Data from the Danish Welfare Study about broken marriages or
     permanent relationships depending on gender and social rank.

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

     data(BrokenMarriage)

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

     A data frame with 20 observations and 4 variables.

     _F_r_e_q frequency.

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

     _r_a_n_k factor indicating social rank (I, II, III, IV, V).

     _b_r_o_k_e_n factor indicating whether the marriage or permanent
          relationship was broken (yes, no).

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

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

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

