Method to Extract Parameters
Extract stability selection parameters, i.e., tuning parameters, from a stabsel
object.
parameters(object) ## extract parameters from a stabsel model ## (same as parameters(p) ) ## S3 method for class 'stabsel' stabsel_parameters(p, ...)
object
: an object of class "stabsel"
or "stabsel_parameters"
.p
: an object of class "stabsel"
....
: additional arguments, currently not used.An object of class stabsel_parameters
with a special print
method. See there for details.
stabsel
to run stability selection and stabsel_parameters
for details on the parameters.