https://github.com/cran/quantreg
Raw File
Tip revision: d90516ef8fb8d7c848eb685f443359b2a267a100 authored by Roger Koenker on 18 September 2004, 00:00:00 UTC
version 3.52
Tip revision: d90516e
plot.rq.process.Rd
\name{plot.rq}
\alias{plot.summary.rqs}
\alias{plot.rq.process}
\title{ 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{
  \item{x}{ an object produced by rq() fitting  }
  \item{nrow}{ rows in mfrow }
  \item{ncol}{ columns in mfrow}
  \item{alpha}{alpha level of confidence bands}
  \item{ols}{if TRUE, plot ols coefs and their error band}
  \item{...}{ optional arguments to plot}
}
\author{ Roger Koenker rkoenker@uiuc.edu}
\seealso{ \code{\link{rq}}}
\keyword{hplot}
back to top