get_column_sds {resemble}R Documentation

Function for computing the standard deviation of each column in a matrix

Description

Computes the standard deviation of each column in a matrix. For internal use only!

Usage

get_column_sds(X)

Arguments

X

a a matrix.

Value

a vector of standard deviation values.

Author(s)

Leonardo Ramirez-Lopez


[Package resemble version 2.2.4 Index]