1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
\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}
|