VAS | R Documentation |
Algorithms for VAS. The algorithms are applicable to other numerical variables with measurement errors as well.
VAS.ecdf(x,w,alpha=0.05)
x |
Raw data |
w |
weights |
alpha |
Significance level for confidence bands. |
Estimate of the emprical distribution function.
x |
grid points |
y |
ECDF value Fn(x) |
lb , ub |
lower and upper confidence bands of ECDF. |
alpha |
significance level |
data |
raw data |
ecdf |
Draw ECDF if TRUE. |
x <- rnorm(100, -2.6, 3.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.