patel {DGM} | R Documentation |
Patel.
Description
Patel.
Usage
patel(X, lower = 0.1, upper = 0.9, bin = 0.75, TK = 0, TT = 0)
Arguments
X |
time x node 2D matrix. |
lower |
percentile cuttoff. |
upper |
percentile cuttoff for 0-1 scaling. |
bin |
threshold for conversion to binary values. |
TK |
significance threshold for connection strength kappa. |
TT |
significance threshold for direction tau. |
Value
PT list with strengths kappa, direction tau, and net structure.
Examples
# Generate some sample data
x=array(rnorm(200*5), dim=c(200,5))
p=patel(x)
[Package DGM version 1.7.4 Index]