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 (November 2003)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sat, 15 Nov 2003 19:41:39 +0100
Reply-To:   Leslie Fisher <lfisher@method-consult.de>
Sender:   "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:   Leslie Fisher <lfisher@method-consult.de>
Subject:   Q: How to generate many grouped bar charts with GRAPH: function comparable to "to" available?
Content-Type:   text/plain; charset="us-ascii"

Hi, I would like to generate about two hundred grouped bar charts. I use FREQUENCIES and its "to"-option for ungrouped bar charts. Which syntax, option or trick (macro syntax) would make it possible to generate about two hundred grouped(!) barcharts (the group variable is always the same). Or, in other words, is there a SPSS way to replace such repeated programming

GRAPH /BAR(GROUPED)=PCT BY varx1 BY classvar /MISSING=REPORT.

GRAPH /BAR(GROUPED)=PCT BY vary2 BY classvar /MISSING=REPORT.......(and so on)

, by some more elegant alternative, e.g.

GRAPH /BAR(GROUPED)=PCT BY (varx1 to varlast) BY classvar /MISSING=REPORT.

or something like that? Thank you so much in advance, Regards, Leslie


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