Controls whether the implied covariance matrix for all variables is reported. When means and intercepts are explicitly modeled, AllImpliedMoments also controls the reporting of implied means.
Syntax
object.AllImpliedMoments ()
object.AllImpliedMoments (tf)
The AllImpliedMoments method syntax has the following parts:
Part |
Description |
object |
An object of type AmosEngine. |
tf |
Optional. A boolean value that controls the reporting of implied moments. True (default) requests the output. False suppresses it. |
Placement: [1].
Default
The implied moments for all variables are not reported.
Remarks
The 'implied' variances, covariances and means are estimates of the corresponding population values under the assumption that the specified model is correct.
If you use both the Standardized and the AllImpliedMoments methods, the implied correlation matrix will be reported, in addition to the implied covariance matrix.
AllImpliedMoments is identical to ImpliedMoments, except that AllImpliedMoments displays implied variances, covariances and means for all variables in the model, not just for the observed variables.
See Also