https://github.com/ddsjoberg/dca-tutorial
https://github.com/ddsjoberg/dca-tutorial
decision-curve-analysis tutorial
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ddsjoberg/dca-tutorial
- Owner: ddsjoberg
- Created: 2021-07-26T17:51:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T01:22:21.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T13:47:05.207Z (10 months ago)
- Topics: decision-curve-analysis, tutorial
- Language: HTML
- Homepage: https://www.danieldsjoberg.com/dca-tutorial/dca-tutorial-r.html
- Size: 17.3 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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