extract_CrIs {EpiNow2} | R Documentation |
Extract Credible Intervals Present
Description
Helper function to extract the credible intervals present in a
<data.frame>
.
Usage
extract_CrIs(summarised)
Arguments
summarised |
A |
Value
A numeric vector of credible intervals detected in
the <data.frame>
.
Examples
samples <- data.frame(value = 1:10, type = "car")
summarised <- calc_CrIs(samples,
summarise_by = "type",
CrIs = c(seq(0.05, 0.95, 0.05))
)
extract_CrIs(summarised)
[Package EpiNow2 version 1.5.2 Index]