A matrix with summaries from the posterior distribution of the parameters
of interest.
Arguments
object
An object of class hsstan.
pars
Vector of parameter names to be extracted. If NULL
(default) then this refers to the set of predictors used in the
model.
prob
Width of the posterior intervals (0.95, by default).
digits
Number of decimal places to be reported (2 by default).
sort
Column name used to sort the results according to the absolute
value of the column. If NULL (default) or the column name cannot
be found, no sorting occurs.
decreasing
Whether the results should be sorted in decreasing order
when a valid column name is specified in sort (TRUE by default).
max.rows
Maximum number of rows to be returned. If NULL
(default) or 0, all results are returned.