summary.bqr | R Documentation |
Returns a summary data.frame for a Bayesian quantile regression fit for more than one quantile.
## S3 method for class 'bqr'
summary(object, burnin = 1000, ci = 0.95, mult = FALSE, ...)
object |
This is an object of class |
burnin |
Initial part of the chain, which is to be discarded. Default value is 1000. |
ci |
Credible interval coefficient. Default value is 0.95. |
mult |
Defining whether this function will be used for multiple-output Bayesian quantile regression or not. Default is FALSE. |
... |
Other |
A data frame with summary information about the quantile regression parameters.
set.seed(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.