knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.