Description
Auto Stats.
Description
Automatically do statistical exploration. Create formulas using 'tidyselect' syntax, and then determine cross-validated model accuracy and variable contributions using 'glm' and 'xgboost'. Contains additional helper functions to create and modify formulas. Has a flagship function to quickly determine relationships between categorical and continuous variables in the data set.
README.md
autostats
The goal of autostats is to create a simple tidy interface for generating exploratory statistics.
Installation
You can Install the released version of autostats from CRAN with:
install.packages("autostats")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("Harrison4192/autostats")