swh:1:snp:16c54c84bc54885e783d4424d714e5cc82f479a1
Raw File
Tip revision: ff94aa39c643db8e130ab6d9f2f3bff5d7f97cc8 authored by Roger Koenker on 13 April 2012, 00:00:00 UTC
version 4.79
Tip revision: ff94aa3
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