fit_lasso.Rd
Fit a quantile regression w/ a lasso penalty
fit_lasso(
x,
y,
tau = 0.5,
lambda = NULL,
weights = NULL,
intercept = TRUE,
coef.cutoff = 1e-04,
method = "sfn",
...
)
design matrix
outcome variable
target quantile
weight for penalization factor
optional observation weights
whether or not to model the intercept
what value for a coefficient is considered 0
what underlying regression method to use for fitting
other arguments to pass to method