group_func_1 | R Documentation |
group_func_1
creates groups of variables based on thresholding the input matrix.
group_func_1(absXcor, c0)
absXcor |
A numeric matrix. The absolute value of a correlation or distance matrix. |
c0 |
A numeric scalar. The thresholding |
This is a function used to create a list of groups using an input matrix and a thresholding value c0. A group is made, for every column in the input matrix.
A list with one entry: the list of groups. Attributes:
"type": "normal"
"length.groups" the length of each groups.
Frederic Bertrand, frederic.bertrand@utt.fr
selectBoost: a general algorithm to enhance the performance of variable selection methods in correlated datasets, Frédéric Bertrand, Ismaïl Aouadi, Nicolas Jung, Raphael Carapito, Laurent Vallat, Seiamak Bahram, Myriam Maumy-Bertrand, Bioinformatics, 2020. doi: 10.1093/bioinformatics/btaa855
group_func_2
and boost.findgroups
set.seed(314) group_func_1(cor(matrix(rnorm(50),10,5)),.4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.