Expands a contingency table to a data frame where each observation in the table becomes a single observation in the data frame with corresponding information for each for each combination of the table dimensions.
screen_variables(x, y, lambda = 0.1, method = c("global-strong", "global-DPP"))
A list with three elements: lambda which contains the lambda values, selected which contains the indices of the selected variables, and method a string listing the method used.
Note that no standardization is done (not necessary?)
Hastie, Tibshirani and Wainwright (2015). "Statistical Learning with Sparsity". CRC Press.