plot.aareg package:survival R Documentation _P_l_o_t _a_n _a_a_r_e_g _o_b_j_e_c_t. _D_e_s_c_r_i_p_t_i_o_n: Plot the estimated coefficient function(s) from a fit of Aalen's additive regression model. _U_s_a_g_e: ## S3 method for class 'aareg': plot(x, se=TRUE, maxtime, type='s', ...) _A_r_g_u_m_e_n_t_s: x: the result of a call to the 'aareg' function se: if TRUE, standard error bands are included on the plot maxtime: upper limit for the x-axis. type: graphical parameter for the type of line, default is "steps". ... : other graphical parameters such as line type, color, or axis labels. _S_i_d_e _E_f_f_e_c_t_s: A plot is produced on the current graphical device. _R_e_f_e_r_e_n_c_e_s: Aalen, O.O. (1989). A linear regression model for the analysis of life times. Statistics in Medicine, 8:907-925. _S_e_e _A_l_s_o: aareg