| util_app_ol {dataquieR} | R Documentation | 
utility function for the applicability of outlier detection
Description
Test for applicability of univariate outlier detection
Usage
util_app_ol(x, dta)
Arguments
x | 
 data.frame metadata  | 
dta | 
 logical vector, 1=matching data type, 0 = non-matching data type  | 
Value
factor 0-3 for each variable in metadata
0 data type mismatch and not applicable
1 data type mismatches but applicable
2 data type matches but not applicable
3 data type matches and applicable
4 not applicable because of not suitable data type
See Also
[Package dataquieR version 2.1.0 Index]