stabpath: Stability path for glmnet models

View source: R/stabilityselection.R

stabpathR Documentation

Stability path for glmnet models

Description

he function calculates the stability path for glmnet models, e.g. the selection probabilities of the features along the range of regularization parameters. See the R package c060 for details.

Usage

stabpath(
  y,
  x,
  size = 0.632,
  steps = 100,
  weakness = 1,
  mc.cores = getOption("mc.cores", 2L),
  ...
)

Details

mixlasso


zhizuio/mixlasso documentation built on March 21, 2022, 1:07 a.m.