errDist {DMCfun}R Documentation

errDist

Description

Returns a random vector of 0's (correct) and 1's (incorrect) with defined proportions (default = 10% errors).

Usage

errDist(n = 10000, proportion = 10)

Arguments

n

Number

proportion

Approximate proportion of errors in percentage

Value

double

Examples

# Example 1
x <- errDist(1000, 10)
table(x)


[Package DMCfun version 3.5.4 Index]