Command Reference : Function Reference : Function Reference: E
  
 
@eisna
Element by element missing value tests of data objects.
Syntax: @eisna(m)
m: numeric or alphanumeric object
Return: vector or matrix object
Returns a test for whether the elements in the data object m are numeric missing values, or empty strings.
Each element of the returned matrix is equal to 1 or 0 depending on the outcome of the comparison. Missing values are set to 1, and non-missing are set to 0.
Examples
Let X be an matrix. Then
= @eisna(X)
returns an binary matrix indicating places where X is missing.
Cross-references
See also @enisna, @ege, @egt, and @elt.
See also @eeq, @eeqna, @eneq, and @eneqna.