Summaries of parameter estimates and MCMC convergence diagnostics (Monte Carlo error, effective sample size, Rhat).
# S3 method for sstapreg summary(object, probs = c(0.05, 0.5, 0.95), ..., digits = 1) # S3 method for summary.sstapreg print(x, digits = max(1, attr(x, "print.digits")), ...)
object | sstapreg object |
---|---|
probs | an optional numeric vector of probabilities pased to |
... | ignored |
digits | Number of digits to use for formatting numbers when printing.
When calling |
x | An object of class |
The summary
method returns an object of class
"summary.stanreg"
which is a matrix of
summary statistics and diagnostics, with attributes storing information for use by the
print
method.