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 bqr.svy
summary(object, probs = c(0.025, 0.975), digits = 2, ...)# S3 method for mo.bqr.svy
summary(object, digits = 4, ...)
An object of class summary.bqr.svy with one block per \(\tau\).
An object of class summary.mo.bqr.svy.
An object of class mo.bqr.svy.
Two-element numeric vector with credible interval probabilities.
Default c(0.025, 0.975).
Integer; number of decimals used by printing helpers. Default 4.
Unused.