Learn R Programming

PCIT (version 1.5-3)

idx: Get indicies for significant edges

Description

Get the indicies for the significant edges in a network.

Usage

idx(result)

Arguments

result
- A result object returned from pcit()

Value

Linear indices are returned for those correlations found to be significant.

Examples

Run this code
	data(PCIT)
	m <- m[1:200,1:200]        # just use a small subset of the data
	result <- pcit(m)
	
	idx <- idx(result)

Run the code above in your browser using DataLab