idx: Get indicies for significant edges

Description Usage Arguments Value Author(s) Examples

Description

Get the indicies for the significant edges in a network.

Usage

1
	idx(result)

Arguments

result

- A result object returned from pcit()

Value

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

Author(s)

Nathan S. Watson-Haigh

Examples

1
2
3
4
5
	data(PCIT)
	m <- m[1:200,1:200]        # just use a small subset of the data
	result <- pcit(m)
	
	idx <- idx(result)

Example output



PCIT documentation built on May 1, 2019, 8:10 p.m.