Date: Thu, 30 Mar 2000 13:05:01 -0600
Reply-To: Carol Albright <syzygy@GARNET.TC.UMN.EDU>
Sender: "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From: Carol Albright <syzygy@GARNET.TC.UMN.EDU>
Subject: Re: Correlation matrix/listing
In-Reply-To: <f04310100b508d48998e1@[128.83.203.18]>
Content-Type: text/enriched; charset="us-ascii"
At 10:55 AM 3/30/00 +0100, Daniel P. Mears wrote:
>Is there a way to obtain a correlation matrix/listing of one variable
>(e.g., Y1) with a set of other variables (e.g., X1 through X100)
>without also obtaining the correlations of these other variables with
>one another?
>
>Dan
Hi, Dan
The magic word is WITH .... as in the following syntax:
<fontfamily><param>Courier New</param>CORRELATIONS
/VARIABLES=x1 to x100 WITH Y1
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE .
</fontfamily>
This results in a list with Y1 as the column and x1 to x100 as rows. If
you omit WITH in the VARIABLES line, then you get an everything with
everything matrix.
Carol
-------------------------------------------------------------------------
Carol L. Albright, MS | E-Mail : syzygy@tc.umn.edu
Albright Consulting | Phone : 651/699-7218
2031 Goodrich Avenue | http://www.tc.umn.edu/~syzygy
St. Paul, MN 55105 USA | Research data services
-------------------------------------------------------------------------