mdsteiner / EFAtools

GNU General Public License v3.0
10 stars 3 forks source link

add imputation and na.omit to CD() #65

Closed mdsteiner closed 2 years ago

mdsteiner commented 2 years ago

The current implementation of CD() requires complete data. This is not clear from the documentation. Adapt the documentation and add the possibilities to list-wise delete cases na.omit() or to impute missing values.

mdsteiner commented 2 years ago

added na.omit() to remove missing values and throw a warning. No imputation is added to leave the choice for impuation method to the user.