lemaslab / ehr-preeclampsia-model

Use mom-baby EHR to validate ShinyApp model. The goal of the project is to predict infant delivery for mothers with preeclampsia.
2 stars 0 forks source link

code that is post-UFRC computation should be moved to independent script #29

Open dlemas opened 2 years ago

dlemas commented 2 years ago

Each major data type needs to be linked using UFRC computing to execute the fuzzy_leftjoin() function. The output of this code is an RDA-object that can then be managed using local rstudio. The code aftet the UFRC computations should be removed and created as a new script (00_gravid_merge.rmd):

This needs to be completed across all major data processing steps.