https://github.com/cran/quantreg
Raw File
Tip revision: 595fc29c53aae2d4341515f1026f16027e5384d0 authored by Roger Koenker on 07 August 2019, 16:10:02 UTC
version 5.51
Tip revision: 595fc29
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