VIM icon indicating copy to clipboard operation
VIM copied to clipboard

Visualization and Imputation of Missing Values

Results 8 VIM issues
Sort by recently updated
recently updated
newest added

http://statistikat.github.io/VIM/articles/VisualImp.html Some of the very useful functions are missing. I suggest to write explicitly and name the additional functions or even to add examples. Missing amongst others are `pbox()`, `parcoordMiss`,...

I'd like to impute data based in previous data in a temporal serie. So, I suggest an implementation to set a windows of data to use to calculate and/or configure...

The function hotdeck() does sometimes give an error if a donor condition is set. I have an example below, where I couldn't find the difference between applying it on "x"...

currently, in irmi only simple formulas for each variable can be specified, such as ```r form=list( NonD = c("BodyWgt", "BrainWgt"), Dream = c("BodyWgt", "BrainWgt"), Sleep = c("BrainWgt"), Span = c("BodyWgt"),...

enhancement
irmi

This is an unpleasant bug, because it is very hard to debug. It does not happen all the time. ```{r} library(VIM) data("bcancer") for(i in 1:ncol(bcancer)){ bcancer[sample(1:nrow(bcancer), 25), i]

looking at #73 and #74 maybe what we really should do is consolidating it into a new function and deprecating some functions (irmi, rangerImpute and regressionImpute) ? @matthias-da @GregorDeCillia @JohannesGuss...

I uploaded a working version of robust imputation that enhances `irmi`. There is no documentation yet and code must be improved, especially error checking and management is missing. However, I...

@GregorDeCillia I included a new function xgboostImpute very similar to your rangerImpute function. On first sight, it performs very well. The functions take formulas as first input. To make it...