Predict survival by year and/or month. If year and month are FALSE, predictions are made for a 'typical' year and month.
Arguments
- survival
An object of class 'bboufit_survival' (output of
bb_fit_survival()).- year
A flag indicating whether to predict by year.
- month
A flag indicating whether to predict by month.
Value
A list with elements:
samples: Anmcmcarraywith the MCMC samples.data: Adata.framecontaining the associated prediction data.
See also
Other analysis:
bb_predict_calf_cow_ratio(),
bb_predict_calf_cow_ratio_samples(),
bb_predict_calf_cow_ratio_trend(),
bb_predict_calf_cow_ratio_trend_samples(),
bb_predict_growth(),
bb_predict_growth_samples(),
bb_predict_population_change(),
bb_predict_population_change_samples(),
bb_predict_recruitment(),
bb_predict_recruitment_samples(),
bb_predict_recruitment_trend(),
bb_predict_recruitment_trend_samples(),
bb_predict_survival(),
bb_predict_survival_trend(),
bb_predict_survival_trend_samples()