This function converts the columns in a data matrix into z-scores. The score is computed by subracting each observation in a column from the column mean and divding by the column standard deviation. Each column is converted independently of the others missing values are ignored in the calculation.
Usage
ZTrans(DATA)
Value
Returns a matrix with the same dimensions as DATA.
Arguments
DATA
A (non-empty) matrix with data values. Columns should be different traits and rows unique observations of those traits