Learn R Programming

PCIT (version 1.5-3)

data: Demo Data

Description

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

Usage

data(PCIT)

Arguments

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