Gets a named list of the estimated values by term.
# S3 method for class 'bboufit_ml'
estimates(x, term = NULL, original_scale = FALSE, ...)
A named list of the estimates.
if (interactive()) {
fit <- bb_fit_survival_ml(bboudata::bbousurv_a)
estimates(fit)
}