View source: R/quant_regress.R
fitQuantileRegression | R Documentation |
Estimate a single quantile regression
fitQuantileRegression(X, y, tau, algorithm = "rq.fit.sfn_start_val", ...)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.