View source: R/postestimation.R
posterior_interval.hsstan | R Documentation |
Compute posterior uncertainty intervals for hsstan
objects.
## S3 method for class 'hsstan'
posterior_interval(object, pars = NULL, prob = 0.95, ...)
object |
An object of class |
pars |
Names of parameters for which posterior intervals should be
returned, which can be specified as regular expressions. If |
prob |
A value between 0 and 1 indicating the desired probability to be covered by the uncertainty intervals (0.95, by default). |
... |
Currently ignored. |
A matrix with lower and upper interval bounds as columns and as many rows as selected parameters.
# continued from ?hsstan
posterior_interval(hs.biom)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.