summary,ubmsFit-method | R Documentation |
Extract Summary Statistics from a ubmsFit Model
## S4 method for signature 'ubmsFit'
summary(object, submodel, probs = c(0.025, 0.25, 0.5, 0.75, 0.975), ...)
object |
A |
submodel |
Name of submodel to summarize |
probs |
Numeric vector of quantiles of interest |
... |
Currently ignored |
An object of class data.frame
containing summary statistics
for posterior distributions of parameters from the chosen submodel.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.