Learn R Programming

ANTsR (version 0.3.3)

reho: REHO

Description

regional homogeneity for a time series image

Usage

reho(rsfmri, mask, shifter = 1, method = "kendall", maxDistance = 1.1)

Arguments

rsfmri
antsImage usually 4D
mask
antsImage binary mask
shifter
size of neighborhood
method
one of kendall, spearman or pearson
maxDistance
maximum distance from center voxel

Value

antsImage is output

References

Zang, Y., Jiang, T., Lu, Y., He, Y., Tian, L., 2004. Regional homogeneity approach to fMRI data analysis. Neuroimage 22, 394-400.

Examples

Run this code
## Not run: 
# rehoimg = reho( rsfmri )
# ## End(Not run)

Run the code above in your browser using DataLab