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

summary.twopartQRR 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 'twopartQR'
summary(object, burnin = 500, ci = 0.95, ...)

Arguments

object

This is an object of class "twopartQR", produced by a call to the twopartQR function.

burnin

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

ci

Credible interval coefficient. Default is 0.95.

...

other summary parameters (currently not used).

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.