plot.table.rq: Plot Table of Quantile Regression Results
Description
The function makes an array of p - plots based on an array produced
by table.rq
of quantile regression results. The plots each represent
one parameter of the model specified in the formula argument to
table.rq
; the plots consist of the point estimates betahat(tau)
plotted against the taus specified in the table.rq
command with
a confidence band as produced by rq()
.Usage
plot.table.rq(object,nrow=3,ncol=2)
Arguments
object
object of class table.rq
containing the array to be plotted.
nrow
number of rows per page of plots
ncol
number of columns per page of plots
Side Effects
plots an array of figures on the current graphics device.Details
See rq()
and rq.fit.br()
and table.rq()
for
further details on control of data.
Obviously, further plotting parameters could be added in a more full-blown
version. This version is meant just to be illustrative.