transform_matrix: Transform a correlation matrix into cohen's d or z-scores and...

Description Usage Arguments Value Author(s) Examples

View source: R/threshold_matrix.R

Description

This function is used to transform correlation matrices into other units such as Cohen's d or Fisher's z.

Usage

1
transform_matrix(c, method = "cohens.d")

Arguments

c

The network as a matrix

method

one of "cohens.d", "undo.d"", "fishers.z" or "undo.d""

Value

The transformed correlation matrix.

Author(s)

Brandon Vaughan

Examples

1
transform_matrix(matrix, method="cohens.d") # This should threshold such that only positive values are returned.

abnormally-distributed/rsfcNet documentation built on March 8, 2020, 5:32 p.m.