fs: Forward selection

Description Usage Arguments Value

Description

Perform forward variable selection with or without OMP

Usage

1
fs(X, y, omp = FALSE)

Arguments

X

matrix of predictors

y

response vector

omp

whether to use orthogonal matching pursuit (OMP)

Value

vector with jth component the variable added at step j


MFKnockoffs documentation built on May 2, 2019, 6:33 a.m.