Plot survival curve for a model that has been fit using ncvsurv()
followed
by a prediction of the survival function using predict.ncvsurv()
.
Usage
# S3 method for class 'ncvsurv.func'
plot(x, alpha = 1, ...)
Arguments
- x
A
ncvsurv.func
object, which is returned bypredict.ncvsurv()
iftype='survival'
is specified. See examples.- alpha
Controls alpha-blending (i.e., transparency). Useful if many overlapping lines are present.
- ...
Other graphical parameters to pass to
plot