A wrapper on tidy.bboufit().

# S3 method for class 'bboufit'
coef(object, ...)

Arguments

object

The object.

...

Unused parameters.

See also

Examples

if (interactive()) {
  fit <- bb_fit_recruitment(bboudata::bbourecruit_a)
  coef(fit)
}