powered by
Algorithms for VAS. The algorithms are applicable to other numerical variables with measurement errors as well.
VAS.ecdf(x,w,alpha=0.05)
Estimate of the emprical distribution function.
grid points
ECDF value Fn(x)
lower and upper confidence bands of ECDF.
significance level
raw data
Draw ECDF if TRUE.
Raw data
weights
Significance level for confidence bands.
x <- rnorm(100, -2.6, 3.1)
Run the code above in your browser using DataLab