estimates.bboufit: Estimates for bboufit Object

View source: R/universals.R

estimates.bboufitR Documentation

Estimates for bboufit Object

Description

Gets a named list of the estimated values by term.

Usage

## S3 method for class 'bboufit'
estimates(x, term = NULL, ...)

Arguments

x

The object.

term

A string of the term name.

...

Unused parameters.

Value

A named list of the estimates.

See Also

tidy.bboufit()

Examples

if (interactive()) {
  fit <- bb_fit_survival(bboudata::bbousurv_a)
  estimates(fit)
}

poissonconsulting/bboutools documentation built on July 16, 2025, 11:14 p.m.