extract_CrIs | R Documentation |
Helper function to extract the credible intervals present in a
<data.frame>
.
extract_CrIs(summarised)
summarised |
A |
A numeric vector of credible intervals detected in
the <data.frame>
.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.