summary.twopartQR | R Documentation |
Returns a summary data.frame for a Bayesian quantile regression fit for more than one quantile.
## S3 method for class 'twopartQR'
summary(object, burnin = 500, ci = 0.95, ...)
object |
This is an object of class "twopartQR", produced by a call to the twopartQR function. |
burnin |
Initial part of the chain, which is to be discarded. Default value is 1000. |
ci |
Credible interval coefficient. Default is 0.95. |
... |
other summary parameters (currently not used). |
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.