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 2004)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 23 Jul 2004 08:52:36 -0300
Reply-To:     Hector Maletta <hmaletta@fibertel.com.ar>
Sender:       "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:         Hector Maletta <hmaletta@fibertel.com.ar>
Subject:      Re: descriptive statistics and FREQUENCIES, difference
Comments: To: Russ Sanders <russ916@SBCGLOBAL.NET>
In-Reply-To:  <200407230506.i6N562a21279@listserv.cc.uga.edu>
Content-Type: text/plain; charset="us-ascii"

> -----Original Message----- > From: SPSSX(r) Discussion [mailto:SPSSX-L@LISTSERV.UGA.EDU] > On Behalf Of Russ Sanders > Sent: Friday, July 23, 2004 2:06 AM > To: SPSSX-L@LISTSERV.UGA.EDU > Subject: Re: descriptive statistics and FREQUENCIES, difference > > > On Thu, 22 Jul 2004 06:00:07 -0700, Cady Wan <xqw1@yahoo.com> wrote: > > >Dear list, > > > >I have quite a simple question, I think. > > > >I have a variable: var which is an integer, e.g. > >number of population. I used descriptive statistics > >and frequencies to calculate the sum of var, after I > >copied the both outputs in Excel, I noticed that the > >output of descriptiv in Excel is a decimal number > >while fre. shows the sum as an integer, does anyone > >know the reason? Thanks! > > > >greetings, > > > >Cady > > frequencies is a count of each unique value in a variable. > If "A" occurs 50 times in your variable then frequencies will > show A = 50. >

Not quite so. Frequencies are actually a count of cases for each unique value in a variable, multiplied by the hidden system variable $WEIGHT, which equals 1 by default but can be assigned the value of any variable in the file through the WEIGHT BY command. If the weights are fractional, the raw weighted frequency will also be fractional. SPSS rounds it to the nearest integer when producing frequency tables. The fractional values, however, crop up in other ways.

Hector


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