Learn R Programming

multdyn (version 1.6)

scaleTs: Scaling data. Zero centers and scales the nodes (SD=1).

Description

Scaling data. Zero centers and scales the nodes (SD=1).

Usage

scaleTs(X)

Arguments

X

time x node 2D matrix, or 3D with subjects as the 3rd dimension.

Value

S centered and scaled matrix.