Date: Mon, 29 Jul 2002 09:36:45 -0400
Reply-To: SAlbert@AOL.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Steve Albert <SAlbert@AOL.COM>
Subject: Re: Proc Freq Question
Content-Type: text/plain; charset=iso-8859-1
Jassim,
Proc FREQ by default excludes missing values from the analysis; see the online documentation. The option MISSING on the TABLES statement overrides this, and forces the missing values to be included in the table. Changing your TABLES statement to
TABLES EMPLOYMENT_STATUS /MISSING;
should help.
Steve Albert
Director of Biostatistics
Spectrum Pharmaceutical Research Corp.
San Antonio, TX
SAlbert at SpectrumCRO dot com
|