summary,idealstan-method | R Documentation |
idealstan
objectThis function produces quantiles and standard deviations for the posterior samples of idealstan
objects.
## S4 method for signature 'idealstan'
summary(
object,
pars = "ideal_pts",
high_limit = 0.95,
low_limit = 0.05,
aggregated = TRUE,
use_chain = NULL
)
object |
An |
pars |
Either |
high_limit |
A number between 0 and 1 reflecting the upper limit of the uncertainty interval (defaults to 0.95). |
low_limit |
A number between 0 and 1 reflecting the lower limit of the uncertainty interval (defaults to 0.05). |
aggregated |
Whether to return summaries of the posterior values or the
full posterior samples. Defaults to |
use_chain |
ID of a specific MCMC chain to use. Default (NULL) is all the chains and is recommended. |
A tibble
data frame with parameters as rows and descriptive statistics as columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.