Gets the "p value" for testing the null hypothesis that the specified model is correct.
Syntax
object.P ()
The P 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 P method gets the p value for the most recently fitted model. The second example shows how to obtain the p value for multiple models.