https://github.com/cran/quantreg
Raw File
Tip revision: c4c8cfa4df5fc01e1b3c73dfa4af2691c627297e authored by Roger Koenker on 06 August 2013, 00:00:00 UTC
version 5.01
Tip revision: c4c8cfa
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