Predict survival by year and/or month. If year and month are FALSE, predictions are made for a 'typical' year and month.
bb_predict_survival(
survival,
year = TRUE,
month = FALSE,
conf_level = 0.95,
estimate = median,
sig_fig = 3
)
An object of class 'bboufit_survival' (output of bb_fit_survival()
).
A flag indicating whether to predict by year.
A flag indicating whether to predict by month.
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.
A tibble of the predicted estimates.
Other analysis:
bb_predict_calf_cow_ratio()
,
bb_predict_growth()
,
bb_predict_population_change()
,
bb_predict_recruitment()
,
bb_predict_recruitment_trend()
,
bb_predict_survival_trend()