R/MissImp-pkg.R

#' MissImp: A package for imputing missing values
#' This package provides missing data generation method with a given mechanism
#' and a given proportion, various single and multiple imputation methods
#' combined with bootstrap or jackknife resampling method, as well as evaluation
#' matrix of the imputation result.
#'
#' @docType package
#' @name MissImp
#' @useDynLib MissImp, .registration=TRUE
NULL
# > NULL
adimajo/MissImp documentation built on April 5, 2022, 6:32 a.m.