Update 1-data-exploration.R

This commit is contained in:
Kyle Belanger 2023-01-20 10:10:35 -05:00
parent 1cefc2c306
commit eb4d76c31d

View file

@ -119,10 +119,6 @@ merged_summary_table <- gtsummary$tbl_merge(
gtsummary$as_flex_table()
# correlation plot
ds_corr <- cor(ds_high_tsh %>%
dplyr$mutate(dplyr$across(gender, ~dplyr$recode(.,M = 1, F = 2)))