https://github.com/cran/quantreg
Raw File
Tip revision: 616fe292ea4c66f8db35d04c9fa045fea56eea02 authored by Roger Koenker on 04 September 2016, 13:02:15 UTC
version 5.29
Tip revision: 616fe29
table.rq.Rd
\name{table.rq}
\alias{table.rq}
\alias{latex.table.rq}
\alias{plot.table.rq}
\title{
  Table of Quantile Regression Results
}
\description{
  Defunct Function to produce a table of quantile regression results for a group
  of specified quantiles.  See \code{rq} which now permits multiple taus.
}
\usage{
table.rq(x, \dots)
}
\arguments{
  \item{x}{
	input
  }
  \item{...}{
    other optional arguments 
  }
}
\value{
	None.
}
\seealso{ \code{\link{rq}}, }
\keyword{regression}
back to top