saving
This commit is contained in:
parent
79c261963b
commit
e750ee59aa
2 changed files with 7 additions and 3 deletions
|
@ -84,8 +84,12 @@ outcome_cols_aff = c("duet_outcome"
|
|||
#,"provean_outcome"
|
||||
#,"snap2_outcome"
|
||||
)
|
||||
cols_to_consider = colnames(df3)[colnames(df3)%in%c(common_cols, scaled_cols,outcome_cols)]
|
||||
cols_to_extract = cols_to_consider[cols_to_consider%in%c(common_cols, outcome_cols)]
|
||||
cols_to_consider = colnames(df3)[colnames(df3)%in%c(common_cols
|
||||
, scaled_cols
|
||||
, outcome_cols)]
|
||||
|
||||
cols_to_extract = cols_to_consider[cols_to_consider%in%c(common_cols
|
||||
, outcome_cols)]
|
||||
|
||||
##############################################################
|
||||
#####################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue