R/coef.R
coef.bboufit.Rd
A wrapper on tidy.bboufit().
tidy.bboufit()
# S3 method for class 'bboufit' coef(object, ...)
The object.
Unused parameters.
if (interactive()) { fit <- bb_fit_recruitment(bboudata::bbourecruit_a) coef(fit) }