idx {PCIT}R Documentation

Get indicies for significant edges

Description

Get the indicies for the significant edges in a network.

Usage

  idx <- 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

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

[Package PCIT version 1.02-1 Index]