br_compare_models() and br_show_forest_comparison() (#54).qs with qs2.devtools::check(env_vars = c('_R_CHECK_DEPENDS_ONLY_' = "true")) and fixed reported check issues.br_pipeline() to reduce running time.br_show_coxph_diagnostics().Enhancements & New Features:
br_show_forest_circle()for circular forest plots.br_show_coxph_diagnostics().br_show_nomogram()for clinical prediction modeling.dry_runoption 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.