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 (December 2001)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 13 Dec 2001 20:29:21 -0500
Reply-To:     Raynald Levesque <rlevesque@videotron.ca>
Sender:       "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:         Raynald Levesque <rlevesque@videotron.ca>
Subject:      Re: crosstabs and frequencies headings
In-Reply-To:  <EXECMAIL.1011213082919.B@saf-149-2.uncg.edu>
Content-Type: text/plain; charset="us-ascii"

Hi Mark

I have had the Tables modules from day one and sometimes forget that not everybody has it. Personnaly I believe it is a very useful module and would recommend it to any SPSS users.

Ray

-----Original Message----- From: SPSSX(r) Discussion [mailto:SPSSX-L@LISTSERV.UGA.EDU]On Behalf Of Mark Davenport Sent: December 13, 2001 8:29 AM To: SPSSX-L@LISTSERV.UGA.EDU Subject: Re: crosstabs and frequencies headings

Raynald, et al.,

The syntax below assumes that the user own the SPSS Tables module, no?

Mark

On Wed, 12 Dec 2001 18:45:11 -0500 Raynald Levesque <rlevesque@videotron.ca> wrote:

> Hi > > One option is to use the TABLES command. > > GET FILE='C:\program files\spss\employee data.sav'. > > * Normal crosstab with automatic titles. > CROSSTABS > /TABLES=educ BY jobcat > /FORMAT= AVALUE TABLES > /CELLS= COUNT . > > > * Basic Tables with custom titles. > TEMPORARY. > NUMERIC T0000000. > LEAVE T0000000. > VARIABLE LABEL T0000000 'Table Total'. > VALUE LABELS T0000000 0 ' '. > TABLES > /FORMAT BLANK MISSING('.') > /TABLES (educ + T0000000) > BY (jobcat + T0000000) > (STATISTICS) > /STATISTICS > count( ( F5.0 )) /TITLE 'Custom title: educ by jobcat'. > > HTH > > Raynald Levesque rlevesque@videotron.ca > Visit My SPSS Pages: http://pages.infinit.net/rlevesqu/index.htm > > > > -----Original Message----- > From: SPSSX(r) Discussion [mailto:SPSSX-L@LISTSERV.UGA.EDU]On Behalf Of > Dawn Dagget > Sent: Wednesday, December 12, 2001 4:28 PM > To: SPSSX-L@LISTSERV.UGA.EDU > Subject: crosstabs and frequencies headings > > > I have been trying to figure this out for over a week and to no avail, I > need your help. I have a syntax file that runs numerous crosstabs and > frequencies. Is there any way to be able to create unique headings or > titles for each table? Instead of the generic heading of > crosstabs/frequencies that is produced. > > Any help would be greatly appreciated. > Dawn

---------------------- Mark A. Davenport Ph.D. Assistant to the Vice Chancellor for Student Affairs Research and Evaluation 149 Mossman Bldg. The University of North Carolina at Greensboro Greensboro, NC 27402-6170 336.344.5099 madavenp@uncg.edu


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