Extracts the coefficients of visited models at different resampling
iterations of a stability selection run. This function can be applied to the
output of VariableSelection
.
Coefficients(stability, side = "X", comp = 1, iterations = NULL)
output of VariableSelection
.
character string indicating if coefficients of the predictor
(side="X"
) or outcome (side="Y"
) coefficients should be
returned. Option side="Y"
is only applicable to PLS models.
component ID. Only applicable to PLS models.
vector of iteration IDs. If iterations=NULL
, the
coefficients of all visited models are returned. This number must be
smaller than the number of iterations K
used for the stability
selection run.
VariableSelection