parameters {stabs} | R Documentation |
Method to Extract Parameters
Description
Extract stability selection parameters, i.e., tuning parameters, from
a stabsel
object.
Usage
parameters(object)
## extract parameters from a stabsel model
## (same as parameters(p) )
## S3 method for class 'stabsel'
stabsel_parameters(p, ...)
Arguments
object |
an object of class |
p |
an object of class |
... |
additional arguments, currently not used. |
Value
An object of class stabsel_parameters
with a special
print
method. See there for details.
See Also
stabsel
to run stability selection and
stabsel_parameters
for details on the parameters.
[Package stabs version 0.6-4 Index]