cfa2dat                 package:cfa                 R Documentation

_E_x_a_m_p_l_e _d_a_t_a _f_o_r _m_u_l_t_i_p_l_e _c_f_a

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

     The `cfa2dat' data frame has 8 rows and 5 columns. There are 3
     columns containing the configurations and 2 columns containing 
     the counts

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

     data(cfa2dat)

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

     This data frame contains the following columns:

     _g_e_n_d_e_r a factor with levels `f'  `m' 

     _m_a_r_r_i_e_d a factor with levels `mno'  `myes' 

     _c_h_i_l_d_r_e_n a factor with levels `cno'  `cyes' 

     _c_o_u_n_t_1_9_5_0 a numeric vector with the first set of counts

     _c_o_u_n_t_1_9_9_0 a numeric vector with the second set of counts

_D_e_t_a_i_l_s:

     A dataset for mcfa must contain 2 or more columns with factors or
     numbers  indicating the configuration and two columns indicating
     the counts

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

     The data were freely invented for illustrative purposes only

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

     data(cfa2dat)
     mcfa(cfa2dat[1:3],cfa2dat[4:5],verbose=T)

