From eb4d76c31d38e51bc48193a3f1607122b67af0ed Mon Sep 17 00:00:00 2001 From: Kyle Belanger Date: Fri, 20 Jan 2023 10:10:35 -0500 Subject: [PATCH] Update 1-data-exploration.R --- ML/1-data-exploration.R | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ML/1-data-exploration.R b/ML/1-data-exploration.R index 2640623..a3412f0 100644 --- a/ML/1-data-exploration.R +++ b/ML/1-data-exploration.R @@ -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)))