This function sets or unsets the use of imputed data. For some analysis, such as PCA, that does not allow for missing data, we have to use imputation, but for other analysis it might be preferable to allow for missing data.

gt_set_imputed(x, set = NULL)

Arguments

x

a gen_tibble

set

a boolean defining whether imputed data should be used