Gets a named list of the estimated values by term.
Usage
# S3 method for class 'bboufit'
estimates(x, term = NULL, ...)
Examples
if (interactive()) {
fit <- bb_fit_survival(bboudata::bbousurv_a)
estimates(fit)
}
Gets a named list of the estimated values by term.
# S3 method for class 'bboufit'
estimates(x, term = NULL, ...)
if (interactive()) {
fit <- bb_fit_survival(bboudata::bbousurv_a)
estimates(fit)
}