patel: Patel.

Description Usage Arguments Value Examples

View source: R/dgm.R

Description

Patel.

Usage

1
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

1
2
3
# Generate some sample data
x=array(rnorm(200*5), dim=c(200,5))
p=patel(x)

schw4b/multdyn documentation built on Dec. 14, 2021, 7:39 a.m.