renamed reg_cols_extraction.R to colnames_clinical_meds.R
This commit is contained in:
parent
66f49a0eed
commit
702ff4e327
4 changed files with 5 additions and 29 deletions
|
@ -10,7 +10,7 @@ getwd()
|
|||
# Input: source data
|
||||
#====================
|
||||
source("read_data.R")
|
||||
source("reg_cols_extraction.R")
|
||||
source("colnames_clinical_meds.R")
|
||||
########################################################################
|
||||
# quick sanity checks
|
||||
table(adult_df$ia_exac_copd==1 & adult_df$asthma == 1) # check this is 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue