optim_qr {alqrfe} | R Documentation |
optim quantile regression
Description
This function solves a quantile regression
Usage
optim_qr(beta, x, y, tau, N, d)
Arguments
beta |
Numeric vector, initials values. |
x |
Numeric matrix, covariates. |
y |
Numeric vector, output. |
tau |
Numeric scalar, the percentile. |
N |
Numeric integer, sample size. |
d |
Numeric integer, X number of columns. |
Value
parametric vector and residuals.
[Package alqrfe version 1.1 Index]