Removes NAs, constant and collinear columns. Useful to speed up calculations when used with stat_lda0
1 2 3 4 5 6 7 | stat_lda_prepare(
x,
f,
...,
constant_below_var = 1e-05,
collinear_above_cor = 1 - 1e-05
)
|
x |
tibble, typically a coe_tbl |
f |
column specifying grouping factor |
... |
columns specifying those to use |
constant_below_var |
|
collinear_above_cor |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.