Enhancements & New Features:
br_show_forest_circle()
for circular forest
plots.br_show_coxph_diagnostics()
.br_show_nomogram()
for clinical prediction
modeling.dry_run
option to br_pipeline()
for
pipeline validation.Fixes & Improvements:
br_show_nomogram()
.br_show_residuals()
to show residuals vs fitted
plot for regression models.br_set_x()
and br_set_x2()
to
properly handle different input types, including valid column names (in
R), invalid column names, and model formula terms.br_get_model_names()
and
br_rename_models()
to get and set model names.run_parallel
in
br_run()
.br_get_model()
by merging it with
br_get_models()
.options()
.exponentiate
option appropriately in
br_run()
.br_avail_methods_use_exp()
to include
c("poisson", "quasipoisson")
.log_first
option to
br_show_forest()
.:
for interaction term
combinations throughout the package.br_show_forest()
.br_get_model()
couldn’t
properly process multiple string inputs for the idx
parameter.