loss_mqrfe {pqrfe} | R Documentation |
Loss M-quantile regression with fixed effects
Description
This function returns the core of M-quantile regression with fixed effects to be minimized
Usage
loss_mqrfe(theta, x, y, z, tau, n, d, mm, c)
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 |
c |
tuning |
Value
eta Numeric, sum of M-quantile regression with fixed effects
[Package pqrfe version 1.1 Index]