| summary.bayesQRsurvey | R Documentation |
summary.bayesQRsurvey is an S3 method that summarizes the output of the
bqr.svy or mo.bqr.svy function. For the bqr.svy the posterior mean,
posterior credible interval and convergence diagnostics are calculated. For the mo.bqr.svy
the iterations for convergence, the MAP and the direction are calculated.
## S3 method for class 'bqr.svy'
summary(object, probs = c(0.025, 0.975), digits = 3, ...)
## S3 method for class 'mo.bqr.svy'
summary(object, digits = 4, ...)
object |
An object of class |
probs |
Two-element numeric vector with credible interval probabilities.
Default |
digits |
Integer; number of decimals used by printing helpers. Default |
... |
Unused. |
An object of class summary.bqr.svy with one block per \tau.
An object of class summary.mo.bqr.svy.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.