swh:1:snp:f7f2912f5f954988ea730ec09e387c02a06b4418
Raw File
Tip revision: 926eb8cb2013107bd26ea142b21d1b0a1ebc2954 authored by Roger Koenker on 21 July 2004, 00:00:00 UTC
version 3.50
Tip revision: 926eb8c
print.rq.Rd
\name{print.rq}
\alias{print.rq}
\alias{print.rqs}
\title{ Print an rq object}
\description{
Print an object generated by rq
}
\usage{
print.rq(x, ...)
print.rqs(x, ...)
}
\arguments{
\item{x}{
  Object returned from rq representing the fit of the model.
 }
\item{...}{
  Optional arguments. 
 }
}
\seealso{  \code{\link{rq}}}

\keyword{ regression}
back to top