knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

When to Impute? Imputation before and during cross-validation

This is a repository that contains the work for the paper "When to Impute? Imputation before and during cross-validation".

You can install the required packages by installing this package with:

#install.packages("remotes")
remotes::install_github("bcjaeger/Imputation-and-CV")

The details for the paper are contained in the folder, analysis, under SIM_Article.

If you are cloning the repo you can install the packages required with:

install.packages("usethis")
library(usethis)
install_dev_deps()


bcjaeger/Imputation-and-CV documentation built on Sept. 3, 2020, 2:18 a.m.