|
|
1 gün önce | |
|---|---|---|
| archive | 6 gün önce | |
| data | 6 gün önce | |
| legacy | 6 gün önce | |
| manuscript | 1 gün önce | |
| meetings | 6 gün önce | |
| notebooks | 1 gün önce | |
| notes | 6 gün önce | |
| presentations | 6 gün önce | |
| references | 6 gün önce | |
| results | 1 gün önce | |
| scripts | 6 gün önce | |
| src | 1 gün önce | |
| tests | 1 gün önce | |
| .gitignore | 10 ay önce | |
| README.md | 1 gün önce |
This project studies uncertainty in estimates of the probability of adverse events based on the SUVmax biomarker. The main focus is polynomial logistic regression, including monotonicity constraints, regularization, goodness-of-fit assessment, and asymptotic and bootstrap uncertainty estimates.
src/irae_risk/: core implementation of the logistic-regression models and supporting numerical methods.notebooks/: analyses used to generate and review the results.
logit_all_models.ipynb: comparison of the fitted logistic-regression models.logit_mono-cubic4paper.ipynb: monotonic cubic analysis used for the manuscript.logit_review_boots.ipynb: review of bootstrap-based uncertainty estimates.tests/: automated tests for the core implementation.data/: raw, interim, and processed data.results/: generated tables, figures, and cached calculations.manuscript/: manuscript sources and related material.