summary.varstan | R Documentation |
varstan
objectSummaries of parameter estimates and MCMC convergence diagnostics (Monte Carlo error, effective sample size, Rhat).
## S3 method for class 'varstan'
summary(object, robust = FALSE, prob = 0.9, ...)
object |
a |
robust |
a |
prob |
a number |
... |
Further arguments passed to |
A data.frame with the posterior mean, standard error, credible intervals,
effective sample size (ess
),and Rhat
for all the model parameters in a
varstan
model. If robust = TRUE
displays posterior mean and standard
error, instead of the posterior median and MAD.
Asael Alonzo Matamoros.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.