coef.bboufit | R Documentation |
A wrapper on tidy.bboufit()
.
## S3 method for class 'bboufit'
coef(object, ...)
object |
The object. |
... |
Unused parameters. |
tidy.bboufit()
if (interactive()) {
fit <- bb_fit_recruitment(bboudata::bbourecruit_a)
coef(fit)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.