plot.CDF: Plot a CDF Object

Description Usage Arguments Details Author(s) See Also

Description

To plot a “CDF” object generated by kCDF(...).

Usage

1
2
 ## S3 method for class 'CDF'
plot(x, CI=TRUE, alpha=0.05, main = NULL, xlab = NULL, ylab = "CDF", lwd=2, lty=1, ...)

Arguments

x

a “CDF” object generated by kCDF(...).

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 par

xlab

see par

ylab

see par

lwd

see par

lty

see par

...

further arguments for the plot function.

Details

This function is to plot the estimated function generated by kCDF(...)

Author(s)

X.F. Wang wangx6@ccf.org

See Also

kCDF.


sROC documentation built on May 1, 2019, 10:24 p.m.

Related to plot.CDF in sROC...