predict.bboufit_recruitment: Predict Recruitment

View source: R/predict.R

predict.bboufit_recruitmentR Documentation

Predict Recruitment

Description

A wrapper on bb_predict_recruitment().

Usage

## S3 method for class 'bboufit_recruitment'
predict(
  object,
  year = TRUE,
  sex_ratio = 0.5,
  conf_level = 0.95,
  estimate = median,
  sig_fig = 3,
  ...
)

Arguments

object

The object.

year

A flag indicating whether to predict by year.

sex_ratio

A number between 0 and 1 of the proportion of females at birth.

conf_level

A number between 0 and 1 of the confidence level.

estimate

A function to calculate the estimate.

sig_fig

A whole number of the significant figures to round estimates by.

...

Unused parameters.

See Also

bb_predict_recruitment()


poissonconsulting/bboutools documentation built on July 16, 2025, 11:14 p.m.