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
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