Description
Utilities for Streamlined Data Import, Imputation and Modelling.
Description
Provides functions streamlining the data analysis workflow: Outsourcing data import, renaming and type casting to a *.csv. Manipulating imputed datasets and fitting models on them. Summarizing models.
README.md
basecamb
Biomedical Applications of Statistical Evaluation - Coding Assets by Marquardt and Best
Overview
basecamb is a collection of utilities for streamlined data analysis including multiple imputation and model fitting.
Installation
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")
devtools::install_github("codeblue-team/basecamb")