gModel-class             package:gRbase             R Documentation

_C_l_a_s_s "_g_M_o_d_e_l" - _g_r_a_p_h_i_c_a_l _m_o_d_e_l_s

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

     The general class 'gModel' contains a formula object and a
     'gmData' object. Implementations of different specific graphical
     model classes can inherit from this class and provide methods for
     parsing the formula. This is illustrated in the implementation of
     a class for hierarchical log-linear models, 'hllm'.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("gModel", ...)'.
     ~~ describe objects here ~~

_S_l_o_t_s:

     '_f_o_r_m_u_l_a': Object of class '"formula"' holding the formal
          definition of the model in a format that is understood by the
          specific graphical model class. 

     '_g_m_D_a_t_a': Object of class '"gmData"' holding meta data information
          about variables. 

_M_e_t_h_o_d_s:

     No methods defined with class "gModel" in the signature.

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

     Sren Hjsgaard, sorenh@agrsci.dk, 
      Claus Dethlefsen, dethlef@math.aau.dk

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

     'gmData-class'

