Plots the empirical (cumulative) distribution function (ECDF) for
univariate data, together with upper and lower simultaneous 95% confidence curves,
computed via Kolmogorov-Smirnov' KSd
.
ecdf.ksCI(x, main = NULL, sub = NULL, xlab = deparse(substitute(x)),
ci.col = "red", …)
x
numerical vector of observations.
arguments passed to title
.
color for confidence interval lines.
optional arguments passed to plot.stepfun
.
Nothing. Used for its side effect, to produce a plot.
Bickel and Doksum, see KSd
.
ecdf
and plot.stepfun
in standard
R.
# NOT RUN {
ecdf.ksCI( rchisq(50,3) )
# }
Run the code above in your browser using DataLab