R/imputeR-package.R

#' @title imputeR-package description
#' @description 
#' The imputeR package offers a General Multivariate Imputation Framework
#' 
#' @details The imputeR package is a Multivariate Expectation-Maximization (EM) based imputation framework that offers several
#' different algorithms. These include regularisation methods like Lasso and Ridge regression, tree-based models and dimensionality
#' reduction methods like PCA and PLS.
#' 
#' @author Steffen Moritz, Lingbing Feng, Gen Nowak, Alan. H. Welsh, Terry. J. O'Neill
#' @name imputeR-package
#' @import stats
#' @import graphics
#' @docType package
NULL

Try the imputeR package in your browser

Any scripts or data that you put into this service are public.

imputeR documentation built on Jan. 21, 2020, 1:06 a.m.