prnz                  package:Hmisc                  R Documentation

_P_r_i_n_t _a_n_d _O_b_j_e_c_t _w_i_t_h _i_t_s _N_a_m_e

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

     Prints an object with its name and with an optional descriptive
     text string.  This is useful for annotating analysis output files
     and for debugging.

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

     prn(x, txt)

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

       x: any object 

     txt: optional text string 

_S_i_d_e _E_f_f_e_c_t_s:

     prints

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

     'print', 'cat'

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

     x <- 1:5
     prn(x)
     # prn(fit, 'Full Model Fit')

