A wrapper on bb_predict_recruitment()
.
# S3 method for class 'bboufit_recruitment'
predict(
object,
year = TRUE,
sex_ratio = 0.5,
conf_level = 0.95,
estimate = median,
sig_fig = 3,
...
)
The object.
A flag indicating whether to predict by year.
A number between 0 and 1 of the proportion of females at birth.
A number between 0 and 1 of the confidence level.
A function to calculate the estimate.
A whole number of the significant figures to round estimates by.
Unused parameters.