rq.wfit: Function to choose method for Weighted Quantile Regression

rq.wfitR Documentation

Function to choose method for Weighted Quantile Regression

Description

Weight the data and then call the chosen fitting algorithm.

Usage

rq.wfit(x, y, tau=0.5, weights, method="br", ...)

Arguments

x

the design matrix

y

the response variable

tau

the quantile desired, if tau lies outside (0,1) the whole process is estimated.

weights

weights used in the fitting

method

method of computation: "br" is Barrodale and Roberts exterior point "fn" is the Frisch-Newton interior point method.

...

Optional arguments passed to fitting routine.

See Also

rq rq.fit.br rq.fit.fnb


quantreg documentation built on Aug. 19, 2023, 5:09 p.m.

Related to rq.wfit in quantreg...