PrepareCompData           package:BNArray           R Documentation

_P_r_e_p_a_r_e _c_o_m_p_l_e_t_e _d_a_t_a_b_a_s_e

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

     Prepare a complete and suitable format database for constructing
     Bayesian networks.

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

     PrepareCompData(ori.compact)

_A_r_g_u_m_e_n_t_s:

ori.compact: A data.frame object complete data. 

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

_V_a_l_u_e:

     A data.frame object is returned. This type object is the input
     data set of Bayesian networks  construction in the next step.

_A_u_t_h_o_r(_s):

     Xiaohui Chen cxh1984@interchange.ubc.ca, 
      Kaida Ning aprilnkd@hotmail.com, 
      Ming Chen mchen@zju.edu.cn.

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

     Further information about *BNArray* can be found at:
      <URL: http://www.cls.zju.edu.cn/binfo/BNArray>.

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

                     ##see example in BootstrapBN

