Chapter Contents

Previous

Next
NMISS

NMISS



Returns the number of missing values

Category: Descriptive Statistics


Syntax
Arguments
Examples

Syntax

NMISS(argument,argument, . . .)

Arguments

argument
is numeric. At least one argument is required. The argument list may consist of a variable list, which is preceded by OF.


Examples

SAS Statements Results
x1=nmiss(1,0,.,2,5,.);
2
x2=nmiss(1,0);
0
x3=nmiss(of x1-x2);
0


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.