1\name{print.rq} 2\alias{print.rq} 3\alias{print.rqs} 4\title{ Print an rq object} 5\description{ 6Print an object generated by rq 7} 8\usage{ 9\method{print}{rq}(x, ...) 10\method{print}{rqs}(x, ...) 11} 12\arguments{ 13\item{x}{ 14 Object returned from rq representing the fit of the model. 15 } 16\item{...}{ 17 Optional arguments. 18 } 19} 20\seealso{ \code{\link{rq}}} 21 22\keyword{ regression} 23