Skip to content

Commit 2136d63

Browse files
authored
Merge pull request #49 from WangLabCSU/copilot/fix-3-2
Implement br_show_nomogram function with robust coefficient handling, accurate survival calculations, and proper Cox model intercept support
2 parents 7cafb90 + 699eb16 commit 2136d63

17 files changed

Lines changed: 938 additions & 1 deletion

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ bregr_*.tar.gz
2020

2121
bregr_models
2222
.Rapp.history
23-
*.png
23+
2424
demo_fix.R
2525

26+
*.png
27+
*.pdf
2628
# Test artifacts
2729
tests/testthat/Rplots.pdf

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export(br_show_fitted_line_2d)
2828
export(br_show_forest)
2929
export(br_show_forest_ggstats)
3030
export(br_show_forest_ggstatsplot)
31+
export(br_show_nomogram)
3132
export(br_show_residuals)
3233
export(br_show_risk_network)
3334
export(br_show_survival_curves)

0 commit comments

Comments
 (0)