Learn R Programming

resemble (version 2.2.3)

get_col_largest_sd: 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)

Value

a value indicating the index of the column with the largest standard deviation.

Arguments

X

a matrix.

Author

Leonardo Ramirez-Lopez