summary,stantvafit-method {RStanTVA} | R Documentation |
Summary method for RStanTVA fits
Description
Summarize the distributions of estimated parameters and derived quantities using the posterior draws.
Usage
## S4 method for signature 'stantvafit'
summary(object, pars, ...)
Arguments
object |
The RStanTVA fit. |
pars |
(Optional) A character vector of variable names to extract. |
... |
Additional arguments passed to |
Value
See rstan::summary()
for details.
Examples
f <- read_stantva_fit("fit.rds")
summary(f, "C_Intercept", probs = c(.025, .975))
[Package RStanTVA version 0.3.0 Index]