Controls reporting of the implied covariance matrix for the observed variables. When means and intercepts are explicitly modeled, ImpliedMoments also controls the reporting of implied means.
Syntax
object.ImpliedMoments ()
object.ImpliedMoments (tf)
The ImpliedMoments 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
Implied moments 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 ImpliedMoments methods, the implied correlation matrix will be reported, in addition to the implied covariance matrix.
ImpliedMoments is identical to AllImpliedMoments, except that AllImpliedMoments displays implied variances, covariances and means for all variables in the model, not just for the observed variables.
See Also