test_data_num_norange {valueEQ5D}R Documentation

Function to check format of a numeric column when the values are not bounded

Description

Function to check format of a numeric column when the values are not bounded

Usage

test_data_num_norange(vec, nrcode = NA)

Arguments

vec

a column vector

nrcode

non response code corresponding to the column

Value

0, if success -1, if failure

Examples

test_data_num_norange(c(1, 2, 3, 4, -99), -99)

[Package valueEQ5D version 0.7.2 Index]