Event that occurs after model fitting is complete.
Syntax
pd.PostFitResults (sem, modelName, status)
The PostFitResults event syntax has the following parts:
Part |
Description |
sem |
An object of type AmosEngine. sem is the AmosEngine instance used by Amos Graphics. The "Group 3" methods of the sem object can be used in the PostFitResults event to obtain the results of the analysis (see Timing is Everything and Group 3: Methods for retrieving results). |
modelName |
A string containing the name of the model that has just been fitted. |
status |
Zero if the model was successfully fitted. Nonzero otherwise. |
See Use the Amos Graphics classes to calculate a new fit measure