Matthias Templ

Results 8 issues of Matthias Templ

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`,...

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]

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...

Not always there is a cluster structure (like person in households). Currently, one has to set `hhid`. So, - when hhid is empty: error - when hhid is set to...

Here is an executable example: Data: ```{r} library(simPop) data(eusilc13puf, package = "simPop") df

There was a little hiccup at the start with a task view on compositional data analysis. It seemed that the initial authors were having trouble getting on board with the...

Dear CRAN package maintainers, We would like to reach out to you regarding updates to the XGBoost CRAN package, as you are listed as the maintainer of one or more...