Revision cba29dfbf1a823f21f866437ee96e8a2735c1708 authored by Roger Koenker on 13 February 2016, 00:52:06 UTC, committed by cran-robot on 13 February 2016, 00:52:06 UTC
1 parent a137ab8
Raw File
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