get_col_largest_sd {resemble} | R Documentation |
Identifies the column with the largest standard deviation. For internal use only!
get_col_largest_sd(X)
X |
a matrix. |
a value indicating the index of the column with the largest standard deviation.
Leonardo Ramirez-Lopez