get_aces | R Documentation |
Title
get_aces(
x,
type = c("marginals", "samples", "mode", "mean", "median", "lower", "upper", "ci",
"hpd", "sd"),
n = 1,
p = 0.05
)
x |
A fitted model object produced by |
type |
What kind of posterior summary to return? |
n |
If |
p |
If |
For all types except "hpd", "ci", and "marginals", a numeric vector, otherwise a list for "hpd" and "marginals", and a matrix for "ci".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.