Learn R Programming

AnalyzeFMRI (version 1.1-16)

reduction: 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

Run this code
# NOT RUN {
# TODO!!
# Xcr <- reduction(Xcentred,row.red=TRUE)$Xred
# }

Run the code above in your browser using DataLab