Gets a boolean value that indicates whether an observed variable has missing observations.
Syntax
object.InputVariableHasMissingValues (variableNumber)
object.InputVariableHasMissingValues (variableNumber, groupNumber)
The InputVariableHasMissingValues method syntax has the following parts:
Part |
Description |
object |
An object of type AmosEngine. |
variableNumber |
An integer specifying a variable in the data set for group number groupNumber. variableNumber is 1 for the first variable in the data set. |
groupNumber |
Optional. An integer specifying a group. groupNumber is 1 for the first group. If groupNumber is omitted, the first group is used. |
Placement: [2].
See Also