Biomedical Applications of Statistical Evaluation - Coding Assets by Marquardt and Best
basecamb is a collection of utilities for streamlined data analysis including multiple imputation and model fitting.
basecamb is under active development. You can install either from CRAN or get the current development version from GitHub.
# The easiest way to get basecmab is installing it from CRAN
install.packages("basecamb")
# Altenatively, you can get the development version from GitHub:
# install.packages("devtools")
::install_github("codeblue-team/basecamb") devtools