Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkowa committed Nov 9, 2023
1 parent 225f064 commit 49f6ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/irmi.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In addition to Model based Imputation Methods (see `vignette("modelImp")`) the `

This vignette showcases the function `irmi()`. **IRMI** is short for **I**terative **R**obust **M**odel-based **I**mputation. This method can be used to generate imputations for several variables in a dataset.

Basically `irmi()` mimics the functionality of IVEWARE [(Raghunathan et al., 2001)](https://www.semanticscholar.org/paper/A-multivariate-technique-for-multiply-imputing-a-of-Raghunathan-Lepkowski/13b30e35b9a54dad07094cfe4f50d40ff15d8370?p2df), but there are several improvements with respect to the stability of the initialized values, or the robustness of the imputed values. In contrast to other imputation methods, the IRMI algorithm does not require at least one fully observed variable. In each step of the iteration, one variable is used as a response variable and the remaining variables serve as the regressors. Thus the "whole" multivariate information will be used for imputation in the response variable. For more details, please see [IRMI Imputation](http://file.statistik.tuwien.ac.at/filz/papers/CSDA11TKF.pdf).
Basically `irmi()` mimics the functionality of IVEWARE [(Raghunathan et al., 2001)](https://www150.statcan.gc.ca/n1/pub/12-001-x/2001001/article/5857-eng.pdf), but there are several improvements with respect to the stability of the initialized values, or the robustness of the imputed values. In contrast to other imputation methods, the IRMI algorithm does not require at least one fully observed variable. In each step of the iteration, one variable is used as a response variable and the remaining variables serve as the regressors. Thus the "whole" multivariate information will be used for imputation in the response variable. For more details, please see [IRMI Imputation](http://file.statistik.tuwien.ac.at/filz/papers/CSDA11TKF.pdf).

## Data

Expand Down

0 comments on commit 49f6ce3

Please sign in to comment.