https://github.com/cran/quantreg
Raw File
Tip revision: 4cc4e6103f0362d98bad0a8826370ccbb5e9c7cf authored by Roger Koenker on 02 September 2012, 00:00:00 UTC
version 4.85
Tip revision: 4cc4e61
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