An open API service indexing awesome lists of open source software.

https://github.com/jeffreyevans/yaimpute

Nearest neighbor-based imputation on multivariate data
https://github.com/jeffreyevans/yaimpute

cran imputation r r-package rstats

Last synced: about 1 year ago
JSON representation

Nearest neighbor-based imputation on multivariate data

Awesome Lists containing this project

README

          

# yaImpute (CRAN 1.0-34, dev 1.0-35)

[![CRAN
status](http://www.r-pkg.org/badges/version/yaImpute)](https://cran.r-project.org/package=yaImpute)
[![CRAN RStudio mirror
downloads](http://cranlogs.r-pkg.org/badges/grand-total/yaImpute)](https://cran.r-project.org/package=yaImpute)

* Lila Leatherman made the recommendation to retanin the OOB object from a randomForest model. This has been added to the `yai` function as oob = c(FALSE, TRUE) and also results the randomForest argument predict.all = TRUE

# yaImpute (1.0-34)

yaImpute (Crookston & Finley 2007) Performs nearest neighbor-based imputation using one or more
alternative approaches to processing multivariate data. These include methods based on canonical
correlation: analysis, canonical correspondence analysis, and a multivariate adaptation
of the random forest classification and regression techniques of Leo Breiman and Adele
Cutler. Additional methods are also offered. The package includes functions for
comparing the results from running alternative techniques, detecting imputation targets
that are notably distant from reference observations, detecting and correcting
for bias, bootstrapping and building ensemble imputations, and mapping results.

Crookston NL, Finley AO (2007). "yaImpute: An R Package for kNN Imputation." Journal of Statistical Software, 23(10).
ISSN 1548-7660, http://www.jstatsoft.org/v23/i10.

**Bugs**: Users are encouraged to report bugs here. Go to [issues](https://github.com/jeffreyevans/yaImpute/issues) in the menu above, and press new issue to start a new bug report, documentation correction or feature request. You can direct questions to .

**To install `yaImpute` in R use install.packages() to download current stable release from CRAN**

**or, for the development version, run the following (requires the remotes package):**
`remotes::install_github("jeffreyevans/yaImpute")`