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