mkHTML                 package:ccems                 R Documentation

_M_a_k_e _H_T_M_L _F_i_l_e

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

     Writes the best models to an html summary file in the 'results'
     directory.

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

      mkHTML(smodels,showConstr=FALSE) 

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

 smodels: A list of fitted model objects, preferably already sorted by
          best AIC.  

showConstr: This is 'TRUE' if constrained (fixed or tracking)
          parameters are to be included  in the html output file. This
          is used for error checking.   

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

     This function is already called internally by 'ems' after each
     chunk of models is fitted. Thus, the user should not need to call
     it.

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

     No value. The output is an html file in the 'results' directory.

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

     Tom Radivoyevitch (txr24@case.edu)

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

     Radivoyevitch, T. (2008) Equilibrium model selection: dTTP induced
     R1 dimerization. _BMC Systems Biology_ *2*, 15.

_S_e_e _A_l_s_o:

     'mkModel', 'ems'

