cfadat                  package:cfa                  R Documentation

_S_i_m_p_l_e _c_f_a _t_e_s_t _d_a_t_a

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

     The `cfadat' data frame has 8 rows and 4 columns. There are 3
     columns containing the configurations and 1 column containing  the
     counts

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

     data(cfadat)

_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 a numeric vector containing the counts

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

     A dataset for cfa must contain 2 or more columns with factors or
     numbers  indication the configuration and one column indicating
     the counts

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

     The data were freely invented to illustrate the function of the
     cfa

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

     data(cfadat)
     cfa(cfadat[1:3],cfadat[4])

