Skip to contents

Predicts the total herd abundance for each study year, as the sum of the predicted abundances for each class.

Usage

bpt_predict_abundance_total(analysis)

Arguments

analysis

Analysis object from bpt_analyse().

Value

A tibble of total abundances for each study year, including the median posterior value (estimate) and lower and upper 95% credible intervals.

Examples

if (FALSE) { # \dontrun{
bpt_predict_abundance_total(analysis)
} # }