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 (May 1999, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 25 May 1999 11:00:05 -0400
Reply-To:     "Fehd, Ronald J." <rjf2@CDC.GOV>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         "Fehd, Ronald J." <rjf2@CDC.GOV>
Subject:      Re: A few queries about FREQ
Comments: To: Panos PAPANIKOLAOU <PapanikolaouP@CARDIFF.AC.UK>
Content-Type: text/plain; charset="iso-8859-1"

From: Panos PAPANIKOLAOU [mailto:PapanikolaouP@CARDIFF.AC.UK] /I would appreciate some comments on proc freq. / 1. suppose, the independnt var. is X whilst Y is the /dependent var. then how i would write the table command:

/ a. tables Y * X ; OR / b. tables X * Y ;

Either way you will get the same information, that is, the counts will be the same for every intersection of the levels of X and Y, but the report will be sorted by your first variable.

be sure to check that missing are present and accounted for: tables X * Y /list missing;

note: the parameter 'list' turns off the column and row sums;

if either X or Y are mising, then that summary row will be counted and noted in the 'Frequency missing = ??' line at the end of the summary.

Ron Fehd the FREQ maven CDC Atlanta GA


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