Learn R Programming

AnalyzeFMRI (version 1.1-24)

eigenvalues: eigenvalues

Description

This function computes the eigenvalues of a centered and reduced data matrix

Usage

eigenvalues(X,draw=FALSE)

Arguments

X

a matrix of size tm x vm which contains the functionnal images centered and reduced

draw

Logical. Should we plot the eigenvalues

Value

A list containing

eigenvalues

vector of the eigenvalues

Examples

Run this code
# NOT RUN {
# TODO!!
# valpcr <- eigenvalues(Xcr,draw=T)$eigenvalues
# }

Run the code above in your browser using DataLab