Build a dataset-level dictionary of missing values and their recoded targets for internal SPSS-style normalization or export-oriented Stata/SAS mapping.
buildDictionary(dataset, to = c("SPSS", "Stata", "SAS"), start = -91)A data frame with columns such as label, old, new, count,
and n_variables.
A data frame.
Target software for the recoding dictionary.
Starting code for generated SPSS-style numeric missings.