reduction {AnalyzeFMRI} | R Documentation |
This function reduces the data in the row or col dimension.
reduction(X,row.red=TRUE)
X |
a matrix of size tm x vm which contains the functionnal images |
row.red |
Logical. Reduces the columns or the rows |
Xred |
the reduced matrix |
# TODO!! # Xcr <- reduction(Xcentred,row.red=TRUE)$Xred