plot.predict.crr | R Documentation |
plot method for predict.crr
## S3 method for class 'predict.crr'
plot(x, lty=1:(ncol(x)-1), color=1,
ylim=c(0, max(x[, -1])), xmin=0, xmax=max(x[, 1]), ...)
x |
Output from |
lty |
vector of line types. If length is |
color |
vector of line colors. If length is |
ylim |
range of y-axis (vector of length two) |
xmin |
lower limit of x-axis (often 0, the default) |
xmax |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.