data {PCIT}R Documentation

Demo Data

Description

Example/mock correlation data set for use as input for running the demo.

Usage

	data(PCIT)

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.5-3 Index]