Description Usage Arguments Value
View source: R/filter_frames.R
vasant_filter runs Vasant's vectorized correlation filter on data frame d.
1 | vasant_filter(d, corr_cutoff = 0.8, measure = median, inds = NULL)
|
d |
data frame (already transposed) to filter. |
corr_cutoff |
Correlation value above which to remove the less median-intense column. DEFAULT:0.8 |
inds |
Vector of inds over which to operate |
Copy of data frame d, but missing the columns (optionally specified by inds) that don't make the cutoff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.