Error in eigen(if (doDykstra) R else Y, symmetric = TRUE) : infinite or missing values in 'x'
skanthan95 opened this issue · 0 comments
skanthan95 commented
Thank you for making this package! I have data (N ~ 13000) that is highly missing, monotone, and MNAR (for Gender (~10%) and Ethnicity (~80%)). I converted all chr
features to fct
, created the cleaned
and metadata
objects, and everything worked fine, -- but then when I tried to create the simulated
object, I got the error written in the header. I'm a little confused because other users here attribute that error to having NAs in their data, but I thought that the 'simulated' step removes the NA values for you, and basically normalizes your initial dataset. Have I misunderstood?