centering {AnalyzeFMRI}R Documentation

centering

Description

This function center the data in the two dimensions, the first dimension being indicated by col.first argument

Usage

centering(X,col.first=TRUE)

Arguments

X a matrix of size tm x vm which contains the functionnal images
col.first Logical. Center the columns or the rows first

Value

Xcentred the double centered matrix

See Also

reduction

Examples

# TODO!!
# Xcentred <- centering(X.masked,col.first=TRUE)$Xcentred

[Package AnalyzeFMRI version 1.1-11 Index]