Create 2-modeling.R

This commit is contained in:
Kyle Belanger 2023-01-22 15:26:44 -05:00
parent 2cc710650b
commit 9ad7338183

16
ML/2-modeling.R Normal file
View file

@ -0,0 +1,16 @@
rm(list = ls(all.names = TRUE)) # Clear the memory of variables from previous run.
cat("\014") # Clear the console
# load packages -----------------------------------------------------------
box::use(
magrittr[`%>%`]
,here[here]
,dplyr
,readr
,tidyr
,gp2 = ggplot2[ggplot, aes]
,gtsummary
)