stability_selection_importance {knockoff}R Documentation

Stability selection

Description

Perform variable selection with stability selection

Usage

stability_selection_importance(X, y, ...)

Arguments

X

matrix of predictors

y

response vector

Value

vector with jth component the selection probability of variable j


[Package knockoff version 0.3.6 Index]