Standardize(CLEg)R Documentation

Standarize matrix row or column

Description

For each column (or row) the mean is subtracted and then the column (or row) is divided by its standard deviation.

Usage

Standardize(X, margin = 2)

Arguments

X matrix
margin =2 or 1 according as column/row

Value

matrix, standardized

Author(s)

A.I. McLeod

Examples






[Package CLEg version 2.0 Index]