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