bcbi / PreprocessMD.jl

Medically-informed data preprocessing for machine learning
MIT License
6 stars 3 forks source link

Need function to generate Table One #168

Open AshlinHarris opened 2 years ago

AshlinHarris commented 2 years ago

A related tool exists in R: https://cran.r-project.org/web/packages/tableone/vignettes/introduction.html

AshlinHarris commented 2 years ago

There can be a lot of variation here, so it might not be worthwhile to create a function for every edge case. Instead, this might be a suitable task for an tutorial, which users can modify as needed.

AshlinHarris commented 2 years ago

All the items in a table are useful summary statistics, so it may be best to build functions for each of these, then write a wrapper function.

AshlinHarris commented 2 years ago

The aggregate demographic data portion of https://github.com/AshlinHarris/MLDemo is related.