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 (March 2000)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: "Daniel P. Mears" <dpmears@MAIL.LA.UTEXAS.EDU>
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

-------------------------------------------------------------------------


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