plot.predict.crrQR: Plot estimated subdistribution functions

Description Usage Arguments Side Effects See Also

Description

plot method for predict.crrQR

Usage

1
2
3
## S3 method for class 'predict.crrQR'
plot(x, lty=1:(ncol(x)-1), color=1,
ylim=c(0, max(x[, ncol(x)])), xmin=0, xmax=max(x[, -ncol(x)]), ...)

Arguments

x

output from predict.crrQR

lty

vector of line types. If length is < \# curves, then lty[1] is used for all.

color

vector of line colors. If length is < \# curves, then color[1] is used for all.

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

Side Effects

plots the subdistribution functions estimated by predict.crrQR, by default using a different line type for each curve

See Also

crrQR predict.crrQR


cmprskQR documentation built on Sept. 15, 2019, 5:02 p.m.