bb_predict_calf_cow_ratio: Predict Calf-Cow Ratio

View source: R/predict.R

bb_predict_calf_cow_ratioR Documentation

Predict Calf-Cow Ratio

Description

Predict calves per adult female by year. If year is FALSE, predictions are made for a 'typical' year.

Usage

bb_predict_calf_cow_ratio(
  recruitment,
  year = TRUE,
  conf_level = 0.95,
  estimate = median,
  sig_fig = 3
)

Arguments

recruitment

An object of class 'bboufit_recruitment' (output of bb_fit_recruitment())

year

A flag indicating whether to predict by year.

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.

Value

A tibble of the predicted estimates.

See Also

Other analysis: bb_predict_calf_cow_ratio_trend(), bb_predict_growth(), bb_predict_population_change(), bb_predict_recruitment(), bb_predict_recruitment_trend(), bb_predict_survival(), bb_predict_survival_trend()


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