https://github.com/cran/quantreg
Raw File
Tip revision: f1baca538418b5669f72888b01fdbc918ed604c4 authored by Roger Koenker on 08 August 1977, 00:00:00 UTC
version 3.02
Tip revision: f1baca5
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