View source: R/plot.summary.bqr.R
plot.summary.bqr | R Documentation |
Returns a ggplot of the estimates of the models and their respective credible intervals.
## S3 method for class 'summary.bqr'
plot(x, separate = F, sigma = F, ...)
x |
This is an object of the class |
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 |
A ggplot of the posterior estimates with their credible intervals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.