test_data_num_norange {valueEQ5D} | R Documentation |
Function to check format of a numeric column when the values are not bounded
test_data_num_norange(vec, nrcode = NA)
vec |
a column vector |
nrcode |
non response code corresponding to the column |
0, if success -1, if failure
test_data_num_norange(c(1, 2, 3, 4, -99), -99)