Update 1-data-exploration.R
This commit is contained in:
parent
1cefc2c306
commit
eb4d76c31d
1 changed files with 0 additions and 4 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue