loss_lqr {alqrfe} | R Documentation |
Loss lasso quantile regression with fixed effects
Description
Loss lasso quantile regression with fixed effects
Usage
loss_lqr(theta, x, y, z, tau, n, d, mm, lambda)
Arguments
theta |
initial values |
x |
design matrix |
y |
vector output |
z |
incident matrix |
tau |
percentile |
n |
N sample size |
d |
columns of x |
mm |
n columns of z |
lambda |
constriction parameter |
[Package alqrfe version 1.1 Index]