ropensci-archive / cleanEHR

:warning: ARCHIVED :warning: Essential tools and utility functions to facilitate the data processing pipeline, data cleaning and data analysing of clinical data from CC-HIC
GNU General Public License v3.0
54 stars 23 forks source link

DQ report #101

Closed sinanshi closed 2 years ago

sinanshi commented 7 years ago
sinanshi commented 7 years ago

Table 1

Produce a biomedical style table 1 as part of our data quality report Where rows are key variables of interest which we summarise Two columns

one for existing data from that site
one for the new data

Plus a final 'comparison' column comparing standardised differences for each variable A bit like the propensity score match table to show that matching worked/didn't work

I have written a table generator here already

https://github.com/datascibc/dsbc/blob/master/R/table_one.R

And this file prepares and parses data

https://github.com/UCL-HIC/paper-brc/blob/master/analysis/table1.R

docsteveharris commented 7 years ago

next steps

sinanshi commented 7 years ago

see #122