Sunday, April 3, 2011

Other MISSING functions

NMISS: counts the number of missing values among its arguments.

CALL MISSING: set any variables in its argument to missing whether character or numeric.

N : to count the number of non-missing values. If all values are missing then the N function will be zero.

MISSING(CATS(CHAR1,CHAR2,,,CHARN)): check if all char arguments are missing.

No comments: