Learn R Programming

bayesQRsurvey (version 0.1.4)

summary.bayesQRsurvey: Summary methods for bayesQRsurvey

Description

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.

Usage

# 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, ...)

Value

An object of class summary.bqr.svy with one block per \(\tau\).

An object of class summary.mo.bqr.svy.

Arguments

object

An object of class mo.bqr.svy.

probs

Two-element numeric vector with credible interval probabilities. Default c(0.025, 0.975).

digits

Integer; number of decimals used by printing helpers. Default 4.

...

Unused.