Description Objects from the Class Slots Methods Author(s) Examples
Object of class "arfcorrelation" hold information on correlations between regions of the spatial model. The functions fitConnectivity
and roiConnectivity
have as output an object of class "arfcorrelation".
Objects can be created by calls of the form new("arfcorrelation", ...)
.
timebyreg
:Trial-by-trial amplitude estimates per region (time x nreg)
corr
:Correlation matrix.
corr.pval
:P-values of the correlations
pacorr
:Partial correlation matrix (corrected for all other regions).
pacorr.pval
:P-values of partial correlations
num.corr
:Number of correlations tested.
Standard arf3DS4 accessor and replacement functions can be used to access and replace slots.
.classname.slotname(object)
.classname.slotname(object)<-
In this case classname is "arfcorrelation" and slotname is for example "correlation". So to access the "correlation" slot of an r-object "arfcor" (of class "arfcorrelation") type .arfcorrelation.correlation(arfcor)
.
Wouter D. Weeda - w.d.weeda@gmail.com
1 | showClass("arfcorrelation")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.