powered by
Summarize the distributions of estimated parameters and derived quantities using the posterior draws.
# S4 method for stantvafit summary(object, pars, ...)
See rstan::summary() for details.
rstan::summary()
The RStanTVA fit.
(Optional) A character vector of variable names to extract.
Additional arguments passed to rstan::summary(), e.g. probs and use_cache.
probs
use_cache
if (FALSE) { f <- read_stantva_fit("fit.rds") summary(f, "C_Intercept", probs = c(.025, .975)) }
Run the code above in your browser using DataLab