R/universals.R
estimates.bboufit.Rd
Gets a named list of the estimated values by term.
# S3 method for class 'bboufit' estimates(x, term = NULL, ...)
The object.
A string of the term name.
Unused parameters.
A named list of the estimates.
tidy.bboufit()
if (interactive()) { fit <- bb_fit_survival(bboudata::bbousurv_a) estimates(fit) }