swh:1:snp:f7f2912f5f954988ea730ec09e387c02a06b4418
Raw File
Tip revision: 16f49417c4f7ce6308ba660aba56ee70319cd396 authored by Roger Koenker on 09 July 2020, 12:00:02 UTC
version 5.61
Tip revision: 16f4941
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