Gets the number of model parameters.
Syntax
object.Npar ()
The Npar method syntax has 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 Npar method returns the number of parameters for the most recently fitted model. The second example shows how to obtain the number of parameters for multiple models.
See Also