Description Usage Arguments Details Value References See Also Examples
Returns estimated coefficients from a series of quantile regressions.
1 2 |
form |
Model formula |
taumat |
Vector of target quantiles. Default: taumat=seq(.10,.90,.10) |
graphb |
If graphb=TRUE, prints graphs of the coefficient estimates. Default: graphb=TRUE. |
graph.factor |
If graph.factor=TRUE and graphb=TRUE, prints graphs of the coefficient estimates for any factor variables. Default: graph.factor=TRUE. |
data |
A data frame containing the data. Default: use data in the current working directory. |
Estimates a series of quantile regressions using the quantreg packages. The quantiles are listed in taumat. The qregbmat command is intended primarily as a first stage before the qregsim1 or qregsim2 commands.
Returns the length(taumat) x k matrix of estimated coefficients, where k is the number of explanatory variables.
Koenker, Roger. Quantile Regression. New York: Cambridge University Press, 2005.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.