summary.hsstan | R Documentation |
Summary for the fitted model
## S3 method for class 'hsstan'
summary(
object,
pars = NULL,
prob = 0.95,
digits = 2,
sort = NULL,
decreasing = TRUE,
max.rows = NULL,
...
)
object |
An object of class |
pars |
Vector of parameter names to be extracted. If |
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 |
decreasing |
Whether the results should be sorted in decreasing order
when a valid column name is specified in |
max.rows |
Maximum number of rows to be returned. If |
... |
Currently ignored. |
A matrix with summaries from the posterior distribution of the parameters of interest.
# continued from ?hsstan
summary(hs.biom)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.