summary,stantvafit-method | R Documentation |
Summarize the distributions of estimated parameters and derived quantities using the posterior draws.
## S4 method for signature 'stantvafit'
summary(object, pars, ...)
object |
The RStanTVA fit. |
pars |
(Optional) A character vector of variable names to extract. |
... |
Additional arguments passed to |
See rstan::summary()
for details.
f <- read_stantva_fit("fit.rds")
summary(f, "C_Intercept", probs = c(.025, .975))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.