Revision e71c994d653adbe4d49f0fed4cb9d80ae22d8ce1 authored by Roger Koenker on 24 June 2012, 00:00:00 UTC, committed by Gabor Csardi on 24 June 2012, 00:00:00 UTC
1 parent ff94aa3
Raw File
print.summary.rq.Rd
\name{print.summary.rq}
\alias{print.summary.rq}
\alias{print.summary.rqs}
\title{ Print Quantile Regression Summary Object }
\usage{
\method{print}{summary.rq}(x, digits=max(5, .Options$digits - 2), ...)
\method{print}{summary.rqs}(x, ...)
}
\arguments{
  \item{x}{
    This is an object of class \code{"summary.rq"} produced by a call to 
    \code{summary.rq()}.
  }
  \item{digits}{
    Significant digits reported in the printed table.
  }
  \item{...}{
    Optional arguments passed to printing function
  }
}
\description{Print summary of quantile regression object}
\seealso{  \code{\link{summary.rq}} }

\keyword{ regression }
back to top