Controls whether Amos calculates a 'critical ratio' for each pair of parameter estimates. The critical ratio for a pair of parameter estimates provides a test of the hypothesis that the two parameters are equal.
Syntax
object.Crdiff ()
object.Crdiff (tf)
The Crdiff method syntax has the following parts:
Part |
Description |
object |
An object of type AmosEngine. |
tf |
Optional. If tf is True (default), Amos calculates critical ratios for differences between parameters. Otherwise, not. |
Placement: [1].
Default
Critical ratios for differences between parameters are not calculated.
Remarks
Critical ratios for differences between parameters are available only for the case of maximum likelihood (Ml), generalized least squares (Gls), and asymptotically distribution-free (Adf) estimation. When other estimation criteria are used, the Crdiff method is ignored.
See Also