Learn R Programming

ANTsR (version 1.0)

computeDVARS: computeDVARS

Description

compute the DVARS quality control metric

Usage

computeDVARS(boldMatrix)

Arguments

boldMatrix

matrix of bold signal

Value

DVARS vector.

Examples

Run this code
# NOT RUN {
mat <- matrix(c(0,1,2,0,0,1,2,2,2),ncol=3)
 dv<-computeDVARS(mat)
# }

Run the code above in your browser using DataLab