summary.Brq {Brq} | R Documentation |
Brq
functionsummary.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.
## S3 method for class 'Brq'
summary(object, ...)
object |
|
... |
|
Rahim Alhamzawi
[1] Alhamzawi, R. (2018). Brq: An R package for Bayesian Quantile Regression. Working paper.
# Example
fit = Brq(stack.loss~stack.x,tau=0.5, method= "Bqr", runs=5000, burn=1000)
summary(fit)