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
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/
|