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)
REQUIRED ARGUMENTS:
- object
-
object of class table.rq containing the array to be plotted.
OPTIONAL ARGUMENTS:
- nrow
-
number of rows per page of plots
- ncol
-
number of columns per page of plots
VALUE:
NULL
SIDE EFFECTS:
plots an array of figures on the current graphics device.
DETAILS:
See rq() and rq.fit.br() 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.
SEE ALSO:
rq,rq.fit.br,table.rq
EXAMPLES: