Gets a point estimate of the root mean square error of approximation (RMSEA). RmseaLo and RmseaHi get the lower and upper boundaries of a 90% confidence interval for the RMSEA.
Syntax
object.Rmsea ()
object.RmseaLo ()
object.RmseaHi ()
The Rmsea, RmseaLo and RmseaHi method syntaxes have the following parts:
Part |
Description |
object |
An object of type AmosEngine. |
Placement: [3].
Remarks
If you have used the Model method to define more than one model, the Rmsea, RmseaLo and RmseaHi methods return estimates for the most recently fitted model. The second example shows how to obtain estimates for multiple models.