Confidence Intervals for Empirical Cumulative Distribution Functions
ecdfcis(data, alpha = 0.05, dataname = NA, exact = TRUE, newplot = TRUE)
data
: vector of observationsalpha
: 1-confidence level.dataname
: Name of variable for use in axis labelingexact
: logical value controlling whether confidence intervals are exact or asymlptotic.newplot
: logical value controlling whether the estimate is added to an existing plot, or whether a new plot should be constructed.Useful links