print.summary.survfit package:survival R Documentation _P_r_i_n_t _S_u_r_v_f_i_t _S_u_m_m_a_r_y _D_e_s_c_r_i_p_t_i_o_n: Prints the result of 'summary.survfit'. _U_s_a_g_e: ## S3 method for class 'summary.survfit': print(x, digits = max(options() $digits-4, 3), ...) _A_r_g_u_m_e_n_t_s: x: an object of class '"summary.survfit"', which is the result of the 'summary.survfit' function. digits: the number of digits to use in printing the numbers. ...: for future methods _V_a_l_u_e: 'x', with the invisible flag set to prevent printing. _S_i_d_e _E_f_f_e_c_t_s: prints the summary created by 'summary.survfit'. _S_e_e _A_l_s_o: 'options', 'print', 'summary.survfit'.