Gets the degrees of freedom.
Syntax
result = object.Df ()
The Df method syntax has the following parts:
Part |
Description |
result |
The degrees of freedom. |
object |
An object of type AmosEngine. |
Placement: [3].
Remarks
If you have used the Model method to define more than one model, the Df method returns the degrees of freedom for the most recently fitted model. The second example shows how to obtain the degrees of freedom for multiple models.
See Also