use_imp {rfars} | R Documentation |
An internal function that uses imputed variables (present in many GES/CRSS tables)
use_imp(df, original, imputed, show = FALSE)
df |
The input data frame. |
original |
The original, non-imputed variable. |
imputed |
The imputed variable (often with an _im suffix). |
show |
Logical (FALSE by default) Show differences between original and imputed values. |