Package: VIM
Version: 7.0.0
Title: Visualization and Imputation of Missing Values
Authors@R: c(
  person("Matthias", "Templ", email = "matthias.templ@gmail.com", role = c("aut","cre")),
  person("Alexander", "Kowarik", email = "alexander.kowarik@statistik.gv.at", role = c("aut"), comment=c(ORCID="0000-0001-8598-4130")),
  person("Andreas", "Alfons", role = c("aut")),
  person("Johannes", "Gussenbauer", role = c("aut")),
  person("Nina", "Niederhametner", role = c("aut")),
  person("Eileen", "Vattheuer", role = c("aut")),
  person("Gregor", "de Cillia", email = "gregor.decillia@statistik.gv.at", role = c("aut")),
  person("Bernd", "Prantner", role = c("ctb")),
  person("Wolfgang", "Rannetbauer", role = c("aut"))
  )
Depends: R (>= 4.1.0),colorspace,grid
Imports: car, grDevices, robustbase, stats, sp, vcd, nnet, e1071,
        methods, Rcpp, utils, graphics, laeken, ranger, MASS, xgboost,
        data.table(>= 1.9.4), mlr3, mlr3pipelines, R6, paradox,
        mlr3tuning, mlr3learners, future
Suggests: dplyr, tinytest, knitr, mgcv, rmarkdown, reactable, covr,
        withr, pdist, enetLTS, robmixglm, stringr, glmnet
Description: Provides methods for imputation and visualization of 
    missing values. It includes graphical tools to explore the amount, structure 
    and patterns of missing and/or imputed values, supporting exploratory 
    data analysis and helping to investigate potential missingness mechanisms
    (details in Alfons, Templ and Filzmoser, <doi:10.1007/s11634-011-0102-y>. 
    The quality of imputations can be assessed visually using a wide range of 
    univariate, bivariate and multivariate plots. 
    The package further provides several imputation methods, 
    including efficient implementations of k-nearest neighbour and hot-deck 
    imputation (Kowarik and Templ 2013, <doi:10.18637/jss.v074.i07>, 
    iterative robust model-based multiple 
    imputation (Templ 2011, <doi:10.1016/j.csda.2011.04.012>; 
    Templ 2023, <doi:10.3390/math11122729>), and machine learning–based 
    approaches such as robust GAM-based multiple imputation 
    (Templ 2024, <doi:10.1007/s11222-024-10429-1>) as well as gradient boosting 
    (XGBoost) and transformer-based methods 
    (Niederhametner et al., <doi:10.1177/18747655251339401>). 
    General background and practical guidance on imputation are provided in the 
    Springer book by 
    Templ (2023) <doi:10.1007/978-3-031-30073-8>.
LazyData: TRUE
ByteCompile: TRUE
License: GPL (>= 2)
URL: https://github.com/statistikat/VIM
Repository: CRAN
LinkingTo: Rcpp
RoxygenNote: 7.3.3
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2026-01-08 21:49:59 UTC; matthias
Author: Matthias Templ [aut, cre],
  Alexander Kowarik [aut] (ORCID:
    <https://orcid.org/0000-0001-8598-4130>),
  Andreas Alfons [aut],
  Johannes Gussenbauer [aut],
  Nina Niederhametner [aut],
  Eileen Vattheuer [aut],
  Gregor de Cillia [aut],
  Bernd Prantner [ctb],
  Wolfgang Rannetbauer [aut]
Maintainer: Matthias Templ <matthias.templ@gmail.com>
Date/Publication: 2026-01-10 07:52:08 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2026-02-25 05:54:16 UTC; windows
Archs: x64
