diff --git a/ML/2-modeling.R b/ML/2-modeling.R new file mode 100644 index 0000000..96284a2 --- /dev/null +++ b/ML/2-modeling.R @@ -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 +) +