Description Usage Arguments Details Value Examples
Pearson's r computation for neuroimaging data
1 2 3 |
imgs |
4d images |
x |
independent variables |
mask |
Mask file (default=array(1,dim=dim(imgs1)[1:3])) |
col |
(only if figure=TRUE, default=bluered(200)) |
breaks |
(only if figure=TRUE, default=c(-100:100)/100*7) |
method |
(default='pearson') 'spearman', 'tau' can be used. |
adjust |
(default=FALSE) compute adjusted r () |
This function computes voxel-wise pearson's correlation coefficients between an independent variable and neuroimaging data.
rmap: image array of pearson's coefficients.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.