.fuseFull {iopsych}R Documentation

The intercorrelation among items and composites made of these items.

Description

The key matrix is used to specify any number of weighted item composites. A correlation matrix of these composites and the original correlation matrix is then computed and returned.

Usage

.fuseFull(r_mat, key_mat)

Arguments

r_mat

A correlation matrix.

key_mat

A matrix with one row for each composite and one column for each item contained in r_mat. The value if each element corresponds to the weight given to an item.

Value

A matrix of intercorrelations.

Author(s)

Allen Goebl and Jeff Jones

Examples

print("example needed")

[Package iopsych version 0.90.1 Index]