Brq (version 2.5)

summary.Brq: 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 Brq
summary(object, …)

Arguments

object

an object of class Brq.

not used.

References

[1] Alhamzawi, R. (2018). Brq: An R package for Bayesian Quantile Regression. Working paper.

Examples

Run this code
# NOT RUN {
# Example 

fit = Brq(stack.loss~stack.x,tau=0.5, method= "Bqr", runs=5000, burn=1000)
summary(fit)
# }

Run the code above in your browser using DataLab