swh:1:snp:16c54c84bc54885e783d4424d714e5cc82f479a1
Raw File
Tip revision: 1c8190f8cde901f9a2ac49a536ef34ecb6fd4e4a authored by Roger Koenker on 08 August 1977, 00:00:00 UTC
version 3.19
Tip revision: 1c8190f
print.rq.Rd
\name{print.rq}
\alias{print.rq}
\title{ Print an rq object}
\description{
Print an object generated by rq
}
\usage{
print.rq(x, ...)
}
\arguments{
\item{x}{
  Object returned from rq representing the fit of the model.
 }
\item{...}{
  Optional arguments passed to fitting routines
 }
}
\seealso{  \code{\link{rq}}}

\keyword{ regression}
back to top