View source: R/predict-trend.R
bb_predict_survival_trend | R Documentation |
Predict survival by year as trend line.
Survival fit object provided must be created with year_trend = TRUE
.
bb_predict_survival_trend(
survival,
conf_level = 0.95,
estimate = median,
sig_fig = 5
)
survival |
An object of class 'bboufit_survival' (output of |
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. |
A tibble of the predicted estimates.
Other analysis:
bb_predict_calf_cow_ratio()
,
bb_predict_calf_cow_ratio_trend()
,
bb_predict_growth()
,
bb_predict_population_change()
,
bb_predict_recruitment()
,
bb_predict_recruitment_trend()
,
bb_predict_survival()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.