https://github.com/cran/quantreg
Raw File
Tip revision: d90516ef8fb8d7c848eb685f443359b2a267a100 authored by Roger Koenker on 18 September 2004, 00:00:00 UTC
version 3.52
Tip revision: d90516e
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