simputation icon indicating copy to clipboard operation
simputation copied to clipboard

Making imputation easy

Results 15 simputation issues
Sort by recently updated
recently updated
newest added

This generalizes the (grouped) median approach. Needs dependency on the [quantreg](https://CRAN.R-project.org/package=quantreg) package.

enhancement

I am trying to use impute_rhd with distinct donor sets per missingness patters - but am stuck on this error message that I don't understand. I hope the reprex below...

bug

when i try the following command ``` imp_simpuatation

When I try install the package the console show that package isn't available to the R's version 3.6.3 ``` install.packages("simputation", dependencies=TRUE) Installing package into ‘/home/username/R/x86_64-pc-linux-gnu-library/3.6’ (as ‘lib’ is unspecified) Warning...

Fix predictive mean matching imputation. - Added a new impute_all option to linear and tree model imputation functions, to support predictive mean matching imputation. - Fixed predictive mean matching imputation....