pctin
0
0
Edited Sep 1, 2015
Usage:
[number]
y
←
pctin(
[vector]x,
[scalar]value1
[, [scalar]value2, ...]
)
Returns the percent of non-
null elements in
[vector]x that equal any one of the input value(s) value
1 ... value
N.
NOTE: [PERFORMS TABLE SCAN]
Examples:
pctin(Q1,1)pctin(Q2,8,9,10)
See Also:
countin,
countinrange,
pctinrange