biokNN: Bi-Objective k-Nearest Neighbors Imputation for Multilevel Data

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.

Getting started

Package details

AuthorMaximiliano Cubillos [aut, cre] (<https://orcid.org/0000-0002-2826-9728>)
MaintainerMaximiliano Cubillos <mcub@econ.au.dk>
LicenseGPL (>= 2)
Version0.1.0
URL https://github.com/mcubillos3/biokNN
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("biokNN")

Try the biokNN package in your browser

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

biokNN documentation built on April 22, 2021, 9:07 a.m.