util_looks_like_missing {dataquieR}R Documentation

Check for repetitive values using the digits 8 or 9 only

Description

Values not being finite (see is.finite) are also reported as missing codes. Also, all missing codes must be composed out of the digits 8 and 9 and they must be the largest values of a variable.

Usage

util_looks_like_missing(x, n_rules = 1)

Arguments

x

numeric vector to test

n_rules

numeric Only outlying values can be missing codes; at least n_rules rules in acc_univariate_outlier match

Value

logical indicates for each value in x, if it looks like a missing code

See Also

acc_univariate_outlier

Other metadata_management: util_dist_selection(), util_find_free_missing_code(), util_find_var_by_meta(), util_get_var_att_names_of_level(), util_get_vars_in_segment(), util_no_value_labels(), util_validate_known_meta(), util_validate_missing_lists()


[Package dataquieR version 2.5.1 Index]