swh:1:snp:5e11768f61bcb1191e6cfb268a5997ff31b1baee
Raw File
Tip revision: 83618978f28ba8b414e6d77d6415fb8f08e9cf7b authored by Roger Koenker on 10 January 2015, 00:00:00 UTC
version 5.11
Tip revision: 8361897
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{
\method{print}{rq}(x, ...)
\method{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