|
|
hace 3 días | |
|---|---|---|
| archive | hace 1 semana | |
| data | hace 1 semana | |
| legacy | hace 1 semana | |
| manuscript | hace 2 días | |
| meetings | hace 1 semana | |
| notebooks | hace 2 días | |
| notes | hace 1 semana | |
| presentations | hace 1 semana | |
| references | hace 1 semana | |
| results | hace 2 días | |
| scripts | hace 1 semana | |
| src | hace 2 días | |
| tests | hace 2 días | |
| .gitignore | hace 10 meses | |
| README.md | hace 2 días |
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.