|
|
hai 20 horas | |
|---|---|---|
| archive | hai 6 días | |
| data | hai 6 días | |
| legacy | hai 6 días | |
| manuscript | hai 1 día | |
| meetings | hai 6 días | |
| notebooks | hai 20 horas | |
| notes | hai 6 días | |
| presentations | hai 6 días | |
| references | hai 6 días | |
| results | hai 20 horas | |
| scripts | hai 6 días | |
| src | hai 1 día | |
| tests | hai 1 día | |
| .gitignore | hai 10 meses | |
| README.md | hai 1 día |
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.