tidy_glmnet: Lasso analysis

Description Usage Arguments Details Value See Also

Description

Uses glmnet to perform analysis and calculates AUC.

Usage

1
tidy_glmnet(data_tibble)

Arguments

data_tibble

data to be analyzed.

Details

An internal function.

Value

A 3 column dataframe that tracks the reps number, feature, and whether that feature was selected as significant or not (either a 1 or 0). 'selected' column also stores the calculated AUC before the summarization step.

See Also

select


emartchenko/mvsimstudy documentation built on May 24, 2019, 5:04 a.m.