Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.2 KB

misspi

Missing Value Imputation in Parallel

CRAN status CRAN downloads License: GPL v2 DOI

Install From R CRAN

install.packages("misspi")

Tutorial

Please find a more detailed tutorial here

Quick Start

data(toxicity, package = "misspi")
set.seed(0)
toxicity.miss <- missar(toxicity, 0.4, 0.2)
toxicity.impute <- misspi(toxicity.miss)
toxicity.impute