- fix
a two-sided linear formula object describing the fixed (time-constant) effects part of the model, with the response on the left of a
~
operator and the terms, separated by +
operators, on
the right. The response must be a survival object as returned by the Surv
function.
- rnd
a two-sided linear formula object describing the
random-effects part of the model, with the grouping factor on the left of a
~
operator and the random terms, separated by +
operators, on
the right. Default is NULL, so no random effects are present.
- vary.coef
a one-sided linear formula object describing the
time-varying effects part of the model, with the time-varying terms, separated by +
operators,
on the right side of a ~
operator. Default is NULL, so no time-varying effects are incorporated.
- n.folds
number of folds. Default is 10.
- xi
Optional user-supplied xi sequence; default is NULL, and cv.coxlasso chooses its own sequence
- data
the data frame containing the variables named in the three preceding
formula
arguments.
- adaptive.weights
for the LASSO-penalized fixed effects a vector of adaptive weights can be passed to the procedure. If no adaptive weights are specified, an unpenalized model (i.e. \(\xi=0\)) is fitted by the coxFL
function and the obtained estimates are used as adaptive weights (see value section).
- print.fold
Should folds of CV be printed? Default is yes.
- print.xi
Should current \(\xi\) value be printed? Default is no.
- len.xi
Length of \(\xi\) grid. Default is 100.
- lgrid
Logical; shall a logarithmized grid version for the penalty parameter be used? Default is TRUE.
- ran.seed
Random seed number to be set. Default is 1909, the year of birth of Borussia Dortmund football club.
- xi.factor
A factor which increases xi.max once again to be sure that xi is large enough on all sets. Default is 1.01
- min.fold
Only those xi values are taken into account where at least min.fold folds are not NA. Default is 4.
- pass.on.start
Shall starting values be passed onthroughout estimation? Default is TRUE
- control
a list of control values for the estimation algorithm to replace the default values returned by the function coxlassoControl
. Default is print.iter = FALSE
.