estimates.bboufit_ml | R Documentation |
Gets a named list of the estimated values by term.
## S3 method for class 'bboufit_ml'
estimates(x, term = NULL, original_scale = FALSE, ...)
x |
The object. |
term |
A string of the term name. |
original_scale |
A flag indicating whether to return the estimates in the original scale. |
... |
Unused parameters. |
A named list of the estimates.
tidy.bboufit()
if (interactive()) {
fit <- bb_fit_survival_ml(bboudata::bbousurv_a)
estimates(fit)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.