https://github.com/cran/quantreg
Revision af21da153f560a96bd72575fcb37a3494f32de98 authored by Roger Koenker on 23 April 2013, 00:00:00 UTC, committed by Gabor Csardi on 23 April 2013, 00:00:00 UTC
1 parent 7526717
Raw File
Tip revision: af21da153f560a96bd72575fcb37a3494f32de98 authored by Roger Koenker on 23 April 2013, 00:00:00 UTC
version 4.98
Tip revision: af21da1
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