plot.table.rq {quantreg} | R Documentation |
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()
.
plot.table.rq(object,nrow=3,ncol=2)
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 |
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.
plots an array of figures on the current graphics device.