print.gcmrec             package:gcmrec             R Documentation

_P_r_i_n_t _a _S_h_o_r_t _S_u_m_m_a_r_y _o_f _p_a_r_a_m_e_t_e_r _e_s_t_i_m_a_t_e_s _o_f _a _g_e_n_e_r_a_l _c_l_a_s_s _o_f _m_o_d_e_l_s
_f_o_r _r_e_c_c_u_r_r_e_n_t _e_v_e_n_t _d_a_t_a

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

     Prints a short summary of 'gcmrec' object

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

     ## S3 method for class 'gcmrec':
     print(x, digits = max(options()$digits - 4, 3), ...)

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

       x: the result of a call to the gcmrec function

  digits: number of digits to print

     ...: other unusued arguments 

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

     x, with the invisible flag set

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

     'summary.gcmrec',  'gcmrec'

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

     data(lymphoma)
     mod<-gcmrec(Survr(id,time,event)~as.factor(distrib),data=lymphoma,s=1000)
     print(mod)

