fitQuantileRegression: Estimate a single quantile regression

View source: R/quant_regress.R

fitQuantileRegressionR Documentation

Estimate a single quantile regression

Description

Estimate a single quantile regression

Usage

fitQuantileRegression(X, y, tau, algorithm = "rq.fit.sfn_start_val", ...)

Arguments

X

specification matrix for X variables

y

outcome variable

tau

quantile to regress

algorithm

which algorithm to use

...

other arguments to be passed to the algorithm


be-green/quantspace documentation built on March 20, 2024, 5:30 p.m.