plot method for predict.crr
# S3 method for predict.crr
plot(x, lty=1:(ncol(x)-1), color=1,
ylim=c(0, max(x[, -1])), xmin=0, xmax=max(x[, 1]), ...)
Output from predict.crr
vector of line types. If length is \(<\) number of curves, then
lty[1]
is used for all.
vector of line colors. If length is \(<\) number of curves, then
color[1]
is used for all.
range of y-axis (vector of length two)
lower limit of x-axis (often 0, the default)
upper limit of x-axis
Other arguments to plot
plots the subdistribution functions estimated by predict.crr
, by
default using a different line type for each curve
crr
predict.crr