bda (version 14.3.19)

VAS: Algorithms for Visual Analogue Scales

Description

Algorithms for VAS. The algorithms are applicable to other numerical variables with measurement errors as well.

Usage

VAS.ecdf(x,alpha=0.05)

Arguments

x

Raw data

alpha

Significance level for confidence bands.

Value

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.

Examples

Run this code
# NOT RUN {
 x <- rnorm(100, -2.6, 3.1)
# }

Run the code above in your browser using DataCamp Workspace