rq.fit.lasso.Rd
Quantile Regression w/ Lasso Penalty
rq.fit.lasso(
X,
y,
tau,
lambda,
weights,
scale_x = T,
method = "two_pass",
nfold = 10,
nlambda = 50,
parallel = F,
...
)
Design matrix, X
outcome variable, y
quantile to estimate
penalty parameter
optional vector of weights
whether to scale the design matrix before estimation
method to use when fitting underlying quantile regression algorithm
number of folds to use when cross-validating
number of lambdas to search over.
whether to run cv search in parallel, if applicable
other arguments to pass to underlying fitting algorithm