View source: R/tests-factoranalysis.R
get_minors | R Documentation |
Get all possible minors in a factor analysis model
get_minors(m, factors)
m |
Integer, number of observed nodes |
factors |
Integer, number of hidden factors. |
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.
get_minors(8,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.