loss_qrlasso: Loss lasso quantile regression with fixed effects

View source: R/RcppExports.R

loss_qrlassoR Documentation

Loss lasso quantile regression with fixed effects

Description

This function returns the core of lasso quantile regression with fixed effects to be minimized

Usage

loss_qrlasso(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

Value

eta Numeric, sum of lasso quantile regression with fixed effects


pqrfe documentation built on Dec. 1, 2022, 5:09 p.m.