Skip to contents

An S4 class providing a container for the results of a screening procedure.

Usage

Screened(
  method = character(),
  n = numeric(),
  index = numeric(),
  score = numeric()
)

Slots

method

the used screening method

n

the maximum number of variables kept

index

the index of kept features

score

the score values resulting from screening procedure

Author

Alessandro Barberis