LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (May 2004)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 19 May 2004 04:03:28 -0700
Reply-To:     Cady Wan <xqw1@yahoo.com>
Sender:       "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:         Cady Wan <xqw1@yahoo.com>
Subject:      Re: keep values
Comments: To: Mike_Kühne <Mike.Kuehne@mailbox.tu-dresden.de>
In-Reply-To:  <40AB1DC4.8050405@mailbox.tu-dresden.de>
Content-Type: text/plain; charset=us-ascii

Hi,

try this untested syntax: compute t = 0. AGGREGATE /OUTFILE='D:\agg.sav' /BREAK=t /var1 = MEAN(var). MATCH FILES /FILE=* /TABLE='D:\agg.sav' /BY t.

greetings,

Cady

--- Mike_Kühne <Mike.Kuehne@mailbox.tu-dresden.de> wrote: > Dear list, > > I have got a simple question but i could not find > the answer in the list archive. > > How do I keep the value of the mean of one variable > for further calculations in the memory? > > The mean(...) function requires more than one > variable. > > Thanks for help. > > Mike

__________________________________ Do you Yahoo!? SBC Yahoo! - Internet access at a great low price. http://promo.yahoo.com/sbc/


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