ecdfcis: Confidence Intervals for Empirical Cumulative Distribution...

View source: R/ecdfcis.R

ecdfcisR Documentation

Confidence Intervals for Empirical Cumulative Distribution Functions

Description

Confidence Intervals for Empirical Cumulative Distribution Functions

Usage

ecdfcis(data, alpha = 0.05, dataname = NA, exact = TRUE, newplot = TRUE)

Arguments

data

vector of observations

alpha

1-confidence level.

dataname

Name of variable for use in axis labeling

exact

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.


MultNonParam documentation built on Aug. 30, 2023, 9:09 a.m.