Learn R Programming

rpf (version 0.28)

unpack.2tier: Unpack a two-tier model

Description

A design matrix can be used to compress a bifactor or two-tier model into primary factors and a partition of items into specific factors. This function unpacks the design matrix such that the specific factors are given their own separate loading across all the items.

Usage

unpack.2tier(grp)

Arguments

grp
a list containing the design matrix, spec, param, mean, cov, scores, and data

Value

  • the same model without a design matrix

Examples

Run this code
# Need example here, TODO

Run the code above in your browser using DataLab