Description Usage Arguments Value Author(s) References Examples
Computes the distance correlation (Yoo et al., 2019) for
ROI time series data. This function is mainly a subroutine for the
dCor.parallel
function
1 |
neurallist |
List.
A time series list from |
centering |
Character. Options for centering the Euclidean distances.
|
Returns a m x m matrix corresponding to distance correlations between ROIs
Alexander Christensen <alexpaulchristensen@gmail.com>
Yoo, K., Rosenberg, M. D., Noble, S., Scheinost, D., Constable, R. T., & Chun, M. M. (2019). Multivariate approaches improve the reliability and validity of functional connectivity and prediction of individual behaviors. NeuroImage, 197, 212-223.
1 2 3 4 5 6 7 8 9 | ## Not run:
# Import time series data
neurallist <- convertConnBrainMat()
# Run distance correlation
dCor(neurallist)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.