Coefficients {sharp} | R Documentation |
Model coefficients
Description
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
.
Usage
Coefficients(stability, side = "X", comp = 1, iterations = NULL)
Arguments
stability |
output of |
side |
character string indicating if coefficients of the predictor
( |
comp |
component ID. Only applicable to PLS models. |
iterations |
vector of iteration IDs. If |
See Also
[Package sharp version 1.4.7 Index]