Revision 948ad5967298b4dc174f4d96511af60f38e9279e authored by Roger Koenker on 27 July 2019, 09:38:23 UTC, committed by cran-robot on 27 July 2019, 09:38:23 UTC
1 parent 2b3a85a
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