The mice package can be installed from CRAN as
follows:
install.packages("mice")The latest version can be installed from GitHub as follows:
install.packages("devtools")
devtools::install_github("amices/mice")mice package
The mice package contains functions to
The main functions in the mice package are:
| Function name | Description |
|---|---|
| mice() | Impute the missing data times |
| with() | Analyze completed data sets |
| pool() | Combine parameter estimates |
| complete() | Export imputed data |
| ampute() | Generate missing data |
miceamputeparlMICE:
Parallel MICE imputation wrapperfuturemice:
Wrapper for parallel MICE imputation through futures