Skip to content

ddsjoberg/dca-tutorial

Repository files navigation

DCA Tutorial

Decision Curve Analysis Tutorial

To do list....

  • SAS
    • Update to work with case control data
    • Add a NEWS.md file to track updates and version releases
    • Review+merge PR
  • Stata
    • Update to work with case control data
    • Add a NEWS.md file to track updates and version releases
    • Review+merge PR
  • Python
    • Finish module
    • Implement unit testing
    • Add a module website?
  • Tutorial
    • Add tabsets with each language is its own tab
    • Add language-specific code highlighting
    • Update the dataset(?s?) used in the tutorial. We previously used a single data set and modfied the interpretation of the variables depending on the setting, .e.g binary outcome, time to event, case-control, but I think this is more confusing than 3 separate data sets.
    • Update the the case-control data analysis section to utilize user-passed population prevalence
    • Refresh the previous tutorial as needed.
    • Add the R code
    • Add the Stata code
    • Add the SAS code
    • Add the Python code