Returns True if any group has data with missing values.
Syntax
object.AnyMissingValues
The AnyMissingValues method syntax has the following parts:
Part |
Description |
object |
An object of type AmosEngine. |
Placement: [3].
Remarks
The AnyMissingValues method should be used after one of the following methods: FitModel, FitAllModels.
See Also