NMISS Function


NMISS Function

Returns the number of missing values

Category: Descriptive Statistics

Syntax

NMISS ( argument <,... argument-n >)

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);

x3=nmiss(of x1-x2);




SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3
SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3
ISBN: N/A
EAN: N/A
Year: 2004
Pages: 704

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net