Thresholding {mgc} | R Documentation |
An auxiliary function that finds a region of significance in the local correlation map by thresholding.
Description
An auxiliary function that finds a region of significance in the local correlation map by thresholding.
Usage
Thresholding(localCorr, m, n, sz)
Arguments
localCorr |
is all local correlations |
m |
is the number of rows of localCorr |
n |
is the number of columns of localCorr |
sz |
is the sample size of original data (which may not equal m or n in case of repeating data). |
Value
R is a binary matrix of size m and n, with 1's indicating the significant region.
Author(s)
Eric Bridgeford and C. Shen
[Package mgc version 2.0.2 Index]