fit.LASSO.Rd
Interface for fitting survival models with the lasso, conforming to the requirements of argument fit.fun
in peperr
call.
fit.LASSO(response, x, cplx, ...)
response | response. Could be numeric vector for linear regression, |
---|---|
x |
|
cplx | LASSO penalty. |
... | additional arguments passed to |
penfit object
Function is basically a wrapper around function penalized
of package penalized
.
peperr
, penalized