View source: R/sure_independence_screening.r
Sure independence screening helper. TODO: Document better.
1 2 | sure_independence_screening(dep_var, indep_var, cutoff = 0.05,
freq_cutoff = 0.05, link = "logit", depth = 1)
|
dep_var |
numeric vector |
indep_var |
vector |
cutoff |
default is 0.05 |
freq_cutoff |
default is 0.05 |
link |
character vector |
depth |
do not touch |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.