loss_qr {pqrfe} | R Documentation |
Loss quantile regression
Description
This function returns the core of quantile regression to be minimized
Usage
loss_qr(beta, x, y, tau, N, d)
Arguments
beta |
initial values |
x |
design matrix |
y |
vector output |
tau |
percentile |
N |
sample size |
d |
columns of x |
Value
eta Numeric, sum of quantile regression
[Package pqrfe version 1.1 Index]