Learn R Programming

wtcrsk (version 1.6)

plot.crrwt.pred: Plot function for a 'crrwt.pred' class object.

Description

Making plots of cumulative incidence function over time.

Usage

"plot"(x, multiple = 0, se = 0, ...)

Arguments

x
a 'crrwt.pred' class object.
multiple
if multiple = 0, plots are overlayed. If multiple = 1, plots are separated.
se
if se = 0, no 95% point-wise confidence interval. If se = 1, a 95% point-wise confidence interval is included. "se" option only works when multiple = 1 (separate plots).
...
same as the generic 'plot' function