centerscale {lfa}R Documentation

Matrix centering and scaling

Description

C routine to row-center and scale a matrix. Doesn't work with missing data.

Usage

centerscale(A)

Arguments

A

matrix

Value

matrix same dimensions A but row centered and scaled

Examples

centerscale(hgdp_subset)

[Package lfa version 1.12.0 Index]