stat_lda_prepare.Rd
Removes NAs, constant and collinear columns. Useful to speed up calculations when used with stat_lda0
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 |
|