Skip to contents

An internal function that uses imputed variables (present in many GES/CRSS tables)

Usage

use_imp(df, original, imputed, show = FALSE)

Arguments

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.