| plot.CDF {sROC} | R Documentation |
To plot a “CDF” object generated by kCDF(...).
## S3 method for class 'CDF' plot(x, CI=TRUE, alpha=0.05, main = NULL, xlab = NULL, ylab = "CDF", lwd=2, lty=1, ...)
x |
a “CDF” object generated by |
CI |
If TRUE, the pointwise confidence intervals will be plotted. |
alpha |
the significant level. The default is 0.05 which generates 95% confidence intervals for the CDF. |
main |
see |
xlab |
see |
ylab |
see |
lwd |
see |
lty |
see |
... |
further arguments for the plot function. |
This function is to plot the estimated function generated by kCDF(...)
X.F. Wang wangx6@ccf.org
kCDF.