Skip to contents

Predicts the fecundity rate and proportion of reproductive cows.

Usage

bpt_predict_fecundity(analysis)

Arguments

analysis

Analysis object from bpt_analyse().

Value

A tibble of predicted fecundity rate and proportion of reproductive cows, including the median posterior value (estimate) and lower and upper 95% credible intervals.

Examples

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