swh:1:snp:5e11768f61bcb1191e6cfb268a5997ff31b1baee
Raw File
Tip revision: 3d5ef53a290d3a837b9eb030645a39a22bd12547 authored by Roger Koenker on 08 August 1977, 00:00:00 UTC
version 3.11
Tip revision: 3d5ef53
print.rq.Rd
\name{print.rq}
\alias{print.rq}
\title{ Print an rq object}
\description{
Print an object generated by rq
}
\usage{
print.rq(x, ...)
}
\arguments{
\item{x}{
  Object returned from rq representing the fit of the model.
 }
\item{...}{
  Optional arguments passed to fitting routines
 }
}
\seealso{  \code{\link{rq}}}

\keyword{ regression}
back to top