An open API service indexing awesome lists of open source software.

https://github.com/ddsjoberg/dca-tutorial


https://github.com/ddsjoberg/dca-tutorial

decision-curve-analysis tutorial

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# DCA Tutorial

Decision Curve Analysis Tutorial

To do list....
- SAS
- [X] Update to work with case control data
- [X] Add a NEWS.md file to track updates and version releases
- [X] Review+merge PR
- Stata
- [X] Update to work with case control data
- [X] Add a NEWS.md file to track updates and version releases
- [X] Review+merge PR
- Python
- [ ] Finish module
- [ ] Implement unit testing
- [ ] Add a module website?
- Tutorial
- [X] Add tabsets with each language is its own tab
- [X] Add language-specific code highlighting
- [X] 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.
- [X] Update the the case-control data analysis section to utilize user-passed population prevalence
- [X] Refresh the previous tutorial as needed.
- [X] Add the R code
- [X] Add the Stata code
- [X] Add the SAS code
- [ ] Add the Python code