ecdf.ksCI {sfsmisc}R Documentation

Plot the Empirical Distribution Function Together With 95% Confidence Curves.

Description

Plots the empirical distribution function for univariate data, together with upper and lower simultaneous 95% confidence curves.

Usage

ecdf.ksCI(x, main = NULL, sub = NULL, xlab = deparse(substitute(x)),
          ci.col = "red", ...)

Arguments

x

x numerical vector of observations.

main,sub,xlab

arguments passed to title.

ci.col

color for confidence interval lines.

...

... arguments given to plot.stepfun.

Value

Nothing. Used for its side effect, to produce a plot.

Note

Presently, will only work if length(x) > 9.

Author(s)

Kjetil Halvorsen

References

Bickel and Doksum, see KSd.

See Also

ecdf and plot.stepfun in package stepfun.

Examples

ecdf.ksCI( rchisq(50,3) )

[Package sfsmisc version 1.0-19 Index]