get_minors: Get all possible minors in a factor analysis model

View source: R/tests-factoranalysis.R

get_minorsR Documentation

Get all possible minors in a factor analysis model

Description

Get all possible minors in a factor analysis model

Usage

get_minors(m, factors)

Arguments

m

Integer, number of observed nodes

factors

Integer, number of hidden factors.

Value

Matrix with 2*factors+2 columns. Each row corresponds to one (factors+1)x(factors+1)-minor. The first factors+1 columns correspond to the row-indices of the minor, the last factors+1 columns correspond to the column-indices of the minor.

Examples

get_minors(8,2)

NilsSturma/TestGGM documentation built on June 30, 2023, 3:09 p.m.