in_text | R Documentation |
Generate in-text summary statistics for posterior distributions from Bayesian models. Most useful when used in Rmarkdown documents.
in_text(x, text = NULL, suffix = NULL, inside = T, probs = 0.95, digits = 1)
x |
The distribution to summarise |
text |
A character string that follows and describes the point estimate. |
suffix |
A character string that follows each estimate. |
inside |
Should the median be inside or outside the brackets? Defaults to T. |
probs |
The level at which to compute the lower and upper bounds. Defaults to 0.95. |
digits |
How many digits to round the summary statistics to. Defaults to 1. |
A text string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.