Learn R Programming

quantreg (version 3.52)

plot.rq: plot the coordinates of the quantile regression process

Description

Function to plot quantile regression process.

Usage

plot.summary.rqs(x, nrow=3, ncol=2, alpha = 0.1, ols = TRUE, ...)

Arguments

x
an object produced by rq() fitting
nrow
rows in mfrow
ncol
columns in mfrow
alpha
alpha level of confidence bands
ols
if TRUE, plot ols coefs and their error band
...
optional arguments to plot

See Also

rq