Date: Wed, 28 Sep 2005 17:25:19 -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: Ratio
In-Reply-To: <20050928170239.5483639EC@mprdmxin.myway.com>
Content-Type: text/plain; charset="US-ASCII"
Qure,
Apparently you want a ratio between totals or means, not a ratio for each
particular case.
The ratio of Var1 to Var2 for each particular case is a new variable created
through COMPUTE, as in:
COMPUTE VAR3=VAR1/VAR2.
The ratio of two totals (or two means, or two other aggregate measures) can
be obtained with the DIVIDE function in the REPORT command.
Hector
> -----Original Message-----
> From: SPSSX(r) Discussion [mailto:SPSSX-L@LISTSERV.UGA.EDU]
> On Behalf Of qure
> Sent: Wednesday, September 28, 2005 2:03 PM
> To: SPSSX-L@LISTSERV.UGA.EDU
> Subject: Ratio
> Importance: High
>
> I am trying to divide var1 by var2 so far I have been using
> the ratio statistic option. However,When I run this analysis
> for different variables as numerators each time with the same
> denominator I get separate tables for each variable.
> How can I can get all this output for these variables in one
> summary table. For instance, if I wanted to get the weigthed
> mean for each of these var1 var2 var3 as numerators and var2
> as the denominator in each instance how do I do this?
> Thanks
>
> _______________________________________________
> No banners. No pop-ups. No kidding.
> Make My Way your home on the Web - http://www.myway.com
>
> __________ Informacisn de NOD32 1.1235 (20050928) __________
>
> Este mensaje ha sido analizado con NOD32 Antivirus System
> http://www.nod32.com
>
>
|