LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (July 2011, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 18 Jul 2011 13:20:43 +0000
Reply-To:   "Fehd, Ronald J. (CDC/OCOO/ITSO)" <rjf2@CDC.GOV>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Fehd, Ronald J. (CDC/OCOO/ITSO)" <rjf2@CDC.GOV>
Subject:   Re: PROC SURVEYFREQ SE versus SUDAAN
In-Reply-To:   <CABiAHW+gOsO9HpE8fTzDxMjn=R3SrqHe3iPmCmo=OFKd6=V=eg@mail.gmail.com>
Content-Type:   text/plain; charset="us-ascii"

> From: Marc Mooney UMN > Sent: Monday, July 18, 2011 1:11 AM > To: SAS-L@listserv.uga.edu > Subject: PROC SURVEYFREQ SE versus SUDAAN > > Hi all, > > I am doing an analysis on a large public dataset. Previous reports on > this data set have used SUDAAN. In replicating some one-way > frequency tables, I can exactly replicate estimates of percentage > rates, BUT my standard error of percentages are much smaller > (about 1/3) than those from SUDAAN.

I attended a pre-conf seminar several years ago, 2009, comparing the SAS Survey* procs with Sudaan.

My limited (non-statistician) understanding of the difference is the way that missing values are handled.

Using Replication Methods to Analyze Survey Data in SAS(R) Software Anthony An and Donna Watts

there are a couple of google hits for this doc:

http://www.columbia.edu/~yw2148/icsa/ShortCourse8.pdf

http://support.sas.com/rnd/app/da/new/dasurvey.html

see also: http://www.sascommunity.org/wiki/Survey_Sampling

Ron Fehd Sudaan (sigh) maven

> As a for instance: > > proc surveyfreq data=temp; > tables AVOIDPDX2 /alpha = .01; > strata stratum; > cluster psu; > weight weight; > run; > > I am assuming I am needing to specify something else, perhaps > about variance estimation. I appreciate any suggestions. > > > Thank you, > > Marc


Back to: Top of message | Previous page | Main SAS-L page