The bi-objective k-nearest neighbors method (biokNN) is an imputation method designed to estimate missing values on data with a multilevel structure. The original algorithm is an extension of the k-nearest neighbors method proposed by Bertsimas et al. (2017) (<https://jmlr.org/papers/v18/17-073.html>) using a bi-objective approach. A brief description of the method can be found in Cubillos (2021) (<https://pure.au.dk/portal/files/214627979/biokNN.pdf>). The 'biokNN' package provides an R implementation of the method for datasets with continuous variables (e.g. employee productivity, student grades) and a categorical class variable (e.g. department, school). Given an incomplete dataset with such structure, this package produces complete datasets using both single and multiple imputation, including visualization tools to better understand the pattern of the missing values.
Version: | 0.1.0 |
Depends: | R (≥ 2.10) |
Imports: | dplyr, cluster, mice, stats, magrittr, ggplot2, tidyr, desc, lme4, mitml |
Suggests: | knitr, rmarkdown, testthat |
Published: | 2021-04-22 |
Author: | Maximiliano Cubillos
|
Maintainer: | Maximiliano Cubillos <mcub at econ.au.dk> |
BugReports: | https://github.com/mcubillos3/biokNN/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | https://github.com/mcubillos3/biokNN |
NeedsCompilation: | no |
CRAN checks: | biokNN results |
Reference manual: | biokNN.pdf |
Package source: | biokNN_0.1.0.tar.gz |
Windows binaries: | r-devel: biokNN_0.1.0.zip, r-release: biokNN_0.1.0.zip, r-oldrel: biokNN_0.1.0.zip |
macOS binaries: | r-release (arm64): biokNN_0.1.0.tgz, r-release (x86_64): biokNN_0.1.0.tgz, r-oldrel: biokNN_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=biokNN to link to this page.