get_col_largest_sd {resemble} | R Documentation |
Function for identifiying the column in a matrix with the largest standard deviation
Description
Identifies the column with the largest standard deviation. For internal use only!
Usage
get_col_largest_sd(X)
Arguments
X |
a matrix. |
Value
a value indicating the index of the column with the largest standard deviation.
Author(s)
Leonardo Ramirez-Lopez
[Package resemble version 2.2.4 Index]