Update 0-data_prep.R

This commit is contained in:
Kyle Belanger 2023-01-24 08:00:12 -05:00
parent 5d5f81d1c0
commit 88be44b5e1

View file

@ -105,7 +105,9 @@ ds_final <- ds1 %>%
,TRUE ~ "Normal TSH"
)
) %>%
dplyr$filter(ft4_dia != "Normal TSH") %>%
dplyr$rename(!!!test_list_names) %>%
dplyr$select(-FT4) %>%
dplyr$relocate(gender, anchor_age)
# save data ---------------------------------------------------------------