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