plot.summary.bqr: Plot methods for summary of Bayesian quantile regression...

View source: R/plot.summary.bqr.R

plot.summary.bqrR Documentation

Plot methods for summary of Bayesian quantile regression models.

Description

Returns a ggplot of the estimates of the models and their respective credible intervals.

Usage

## S3 method for class 'summary.bqr'
plot(x, separate = F, sigma = F, ...)

Arguments

x

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

separate

if FALSE, all plots are returned in the same output, and if TRUE the plot for each variable is returned separately. Default value is FALSE.

sigma

if FALSE, it does the plot the posterior estimates for quantile regression parameters, and if TRUE, it plots the posterior estimates only for sigma. Default is set to FALSE.

...

Other plot arguments.

Value

A ggplot of the posterior estimates with their credible intervals.


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