parameters: Method to Extract Parameters

Description Usage Arguments Value See Also

View source: R/methods.R

Description

Extract stability selection parameters, i.e., tuning parameters, from a stabsel object.

Usage

1
2
3
4
5
6
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 "stabsel" or "stabsel_parameters".

p

an object of class "stabsel".

...

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.


hofnerb/stabs documentation built on Feb. 2, 2021, 2:45 p.m.