View source: R/mlim.summarize.R
mlim.summarize | R Documentation |
provides information about estimated accuracy of the imputation as well as the overall procedure of the imputation.
mlim.summarize(data)
data |
dataset imputed with mlim |
estimated imputation accuracy via cross-valdiation procedure
E. F. Haghish
## Not run: data(iris) # add 10% stratified missing values to one factor variable irisNA <- iris irisNA$Species <- mlim.na(irisNA$Species, p = 0.1, stratify = TRUE, seed = 2022) # run the ELNET single imputation (fastest imputation via 'mlim') MLIM <- mlim(irisNA) # in single imputation, you can estimate the imputation accuracy via cross validation RMSE mlim.summarize(MLIM) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.