The Nmiss function returns the number of argument variables which have
missing values. Examples:
count=Nmiss(x, y, z);
count=Nmiss(of x1-x10);
count=Nmiss(of x y z);
The first and last example assign count the number of the variables
x, y, and z which have missing values. Note the
differences in syntax. The last example returns the number of the variables among
x1, ..., x10 which have missing values.
Copyright © 1997 by Jerry Alan Veeh. All rights reserved.