| summary.Brq {Brq} | R Documentation |
Summarize the output of the Brq function
Description
summary.Brq is an S3 method that summarizes the output of the Brq function in an object of class summary.Brq.
This function produces the Bayesian estimates and credible intervals for the regression coefficients.
Usage
## S3 method for class 'Brq'
summary(object, ...)
Arguments
object |
|
... |
|
Author(s)
Rahim Alhamzawi
References
[1] Alhamzawi, R. (2018). Brq: An R package for Bayesian Quantile Regression. Working paper.
Examples
# Example
fit = Brq(stack.loss~stack.x,tau=0.5, method= "Bqr", runs=5000, burn=1000)
summary(fit)
[Package Brq version 3.0 Index]