8000 GitHub - Rkabacoff/qacMiss
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Rkabacoff/qacMiss

Repository files navigation

qacMiss

The goal of qacMiss is to identify, visualize, and impute missing data in R data frames. Imputation methods include kth nearest neighbor, random forest, and missing value imputation via chained equations (mice).

Installation

You can install the development version of qacMiss like so:

if (!require("remotes")){
  install.packages("remotes")
}
remotes::install_github("rkabacoff/qacMiss")

Example

The following code demonstrates the major functions:

## basic example code
library(qacMiss)
col_miss(mtcars2)
row_miss(mtcars2)
df_imputed <- impute(mtcars2)

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0