summary.bqr: Summary methods for Bayesian quantile regression models.

summary.bqrR Documentation

Summary methods for Bayesian quantile regression models.

Description

Returns a summary data.frame for a Bayesian quantile regression fit for more than one quantile.

Usage

## S3 method for class 'bqr'
summary(object, burnin = 1000, ci = 0.95, mult = FALSE, ...)

Arguments

object

This is an object of class bqr, produced by a call to the bayesQR function.

burnin

Initial part of the chain, which is to be discarded. Default value is 1000.

ci

Credible interval coefficient. Default value is 0.95.

mult

Defining whether this function will be used for multiple-output Bayesian quantile regression or not. Default is FALSE.

...

Other summary arguments.

Value

A data frame with summary information about the quantile regression parameters.

Examples

set.seed(1)

brsantos/baquantreg documentation built on Feb. 8, 2023, 8:18 a.m.