display                 package:mimR                 R Documentation

_D_i_s_p_l_a_y _a '_m_i_m' _m_o_d_e_l _g_r_a_p_h_i_c_a_l_l_y

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

     Dislays a model graphically. This function is highly experimental
     and requires that the packages 'Rgraphviz' and 'graph' are loaded

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

     display(x)
     ## S4 method for signature 'mim':
     display(x)

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

       x: A mim model object

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

     None

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

     None

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

     Sren Hjsgaard, sorenh@agrsci.dk

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

     'mim'

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

     ## Not run: 
     ## Requires the Rgraphwiz and the graph packages.
     library(Rgraphviz)
     library(graph)
     data(rats)
     gd <- as.gmData(rats)
     m12   <- mim("Sex:Drug/Sex:Drug:W1+Sex:Drug:W2/W1+W2", data=gd)
     display(m12)
     ## End(Not run)

