https://github.com/cran/quantreg
Raw File
Tip revision: a9193f08b568d31ded54b92300b2ae3a3b4877e9 authored by Roger Koenker on 08 August 1977, 00:00:00 UTC
version 3.03
Tip revision: a9193f0
rq.wfit.Rd
\name{rq.wfit}
\alias{rq.wfit}
\title{Function to choose method for Weighted Quantile Regression  }
\description{
Weight the data and then call the chosen fitting algorithm.
}
\usage{
rq.fit(x, y, tau=0.5, method="br", ...)
}
\seealso{  \code{\link{rq}}}

\keyword{ regression }
back to top