pcbic.subpatterns {msos} | R Documentation |
Obtain the best subpattern among the patterns.
Description
Obtains the best pattern and its BIC among the patterns obtainable by summing
two consecutive terms in pattern0
.
Usage
pcbic.subpatterns(eigenvals, n, pattern0)
Arguments
eigenvals |
The |
n |
The degrees of freedom in the covariance matrix. |
pattern0 |
The pattern of equalities of the eigenvalues, given by the
|
Value
A 'list' containing:
- pattern
A double matrix containing the pattern evaluated.
- bic
A vector containing the BIC for the above pattern matrix.
See Also
pcbic
, pcbic.stepwise
,
and pcbic.unite
.
Examples
# NA
[Package msos version 1.2.0 Index]