https://github.com/cran/quantreg
Raw File
Tip revision: b62e827ddf23fba913228b2d1dfff597328b265f authored by Roger Koenker on 22 September 2012, 00:00:00 UTC
version 4.91
Tip revision: b62e827
plot.rq.process.Rd
\name{plot.rq}
\alias{plot.rq.process}
\title{ plot the coordinates of the quantile regression process}
\description{ Function to plot quantile regression  process.  }
\usage{
\method{plot}{rq.process}(x, nrow=3, ncol=2, ...) }
\arguments{
  \item{x}{ an object produced by rq() fitting  }
  \item{nrow}{ rows in mfrow }
  \item{ncol}{ columns in mfrow}
  \item{...}{ optional arguments to plot}
}
\author{ Roger Koenker rkoenker@uiuc.edu}
\seealso{ \code{\link{rq}}}
\keyword{hplot}
back to top