Closed mdsteiner closed 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.
CD()
na.omit()
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.
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 casesna.omit()
or to impute missing values.