reduction {AnalyzeFMRI}R Documentation

reduction

Description

This function reduces the data in the row or col dimension.

Usage

reduction(X,row.red=TRUE)

Arguments

X a matrix of size tm x vm which contains the functionnal images
row.red Logical. Reduces the columns or the rows

Value

Xred the reduced matrix

See Also

centering

Examples

# TODO!!
# Xcr <- reduction(Xcentred,row.red=TRUE)$Xred

[Package AnalyzeFMRI version 1.1-11 Index]