Learn R Programming

DGM (version 1.7.4)

patel: 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

Run this code
# NOT RUN {
# Generate some sample data
x=array(rnorm(200*5), dim=c(200,5))
p=patel(x)
# }

Run the code above in your browser using DataLab