Closed LukasWallrich closed 1 month ago
The following fails with uninformative error - take check from make_scales() and remove singular variables with warning/message.
make_scales()
df <- tibble(.imp = rep(1, 10), a = 1:10, b = rep(10, 10)) cor_matrix_mi(df)
The following fails with uninformative error - take check from
make_scales()
and remove singular variables with warning/message.