Create 2-modeling.R
This commit is contained in:
parent
2cc710650b
commit
9ad7338183
1 changed files with 16 additions and 0 deletions
16
ML/2-modeling.R
Normal file
16
ML/2-modeling.R
Normal 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
|
||||
)
|
||||
|
Loading…
Reference in a new issue