|
Dear Listers,
is it possible to display the percentage in a Population Pyramid insted of frequencies? Thanks in advance. Cristiano * * ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD |
|
If you have V15 one is built in, else see http://www.spsstools.net/ where
syntax for one is located. If still can't find let me know, I have it somewhere. W -----Original Message----- From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of Cristiano Sent: Sunday, October 21, 2007 1:59 PM To: [hidden email] Subject: Population Pyramid percentage Dear Listers, is it possible to display the percentage in a Population Pyramid insted of frequencies? Thanks in advance. Cristiano * * ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Will
Statistical Services ============ info.statman@earthlink.net http://home.earthlink.net/~z_statman/ ============ |
|
Hi Statman, I have ver15 but I cant find it. Is it the graph editor?
thanks in advance Cristiano On 10/21/07, Statman (WMB) <[hidden email]> wrote: > > If you have V15 one is built in, else see http://www.spsstools.net/ where > syntax for one is located. If still can't find let me know, I have it > somewhere. > > W > > -----Original Message----- > From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of > Cristiano > Sent: Sunday, October 21, 2007 1:59 PM > To: [hidden email] > Subject: Population Pyramid percentage > > Dear Listers, > is it possible to display the percentage in a Population Pyramid insted of > frequencies? > > Thanks in advance. > > Cristiano > * > > * > > ===================== > To manage your subscription to SPSSX-L, send a message to > [hidden email] (not to SPSSX-L), with no body text except the > command. To leave the list, send the command SIGNOFF SPSSX-L For a list of > commands to manage subscriptions, send the command INFO REFCARD > > ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD |
|
I've used this syntax:
GGRAPH > /GRAPHDATASET NAME="graphdataset" VARIABLES=stipatt sesso MISSING= > LISTWISE REPORTMISSING=NO > /GRAPHSPEC SOURCE=INLINE. > BEGIN GPL > SOURCE: s=userSource(id("graphdataset")) > DATA: stipatt=col(source(s), name("stipatt")) > DATA: sesso=col(source(s), name("sesso"), unit.category()) > COORD: transpose(mirror(rect(dim(1,2)))) > GUIDE: axis(dim(1),label("Stipendio attuale (x000)")) > GUIDE: axis(dim(1), opposite(),label("Stipendio attuale (x000)")) > GUIDE: axis(dim(2), label("percentuale")) > GUIDE: axis(dim(3), label("Sesso"), opposite(), gap(0px)) > GUIDE: legend(aesthetic(aesthetic.color), null()) > SCALE: cat(dim(3), include("f", "m")) > ELEMENT: interval(position(summary.percent.count(bin.rect > (stipatt*1*sesso))), > color(sesso)) > END GPL. Via Population Pyramid procedure I can plot only frequences, is it correct? On 10/22/07, Statman (WMB) <[hidden email]> wrote: > > I have it under Graphs>Legacy Dialogs>Population Pyramid > > S > > > ------------------------------ > *From:* [hidden email] [mailto:[hidden email]] *On Behalf Of > *Cristiano > *Sent:* Monday, October 22, 2007 2:17 AM > *To:* Statman (WMB) > *Cc:* [hidden email] > *Subject:* Re: Population Pyramid percentage > > Hi Statman, I have ver15 but I cant find it. Is it the graph editor? > > thanks in advance > > Cristiano > > On 10/21/07, Statman (WMB) < [hidden email]> wrote: > > > > If you have V15 one is built in, else see http://www.spsstools.net/where > > syntax for one is located. If still can't find let me know, I have it > > somewhere. > > > > W > > > > -----Original Message----- > > From: SPSSX(r) Discussion [mailto: [hidden email]] On Behalf > > Of > > Cristiano > > Sent: Sunday, October 21, 2007 1:59 PM > > To: [hidden email] > > Subject: Population Pyramid percentage > > > > Dear Listers, > > is it possible to display the percentage in a Population Pyramid insted > > of > > frequencies? > > > > Thanks in advance. > > > > Cristiano > > * > > > > * > > > > ===================== > > To manage your subscription to SPSSX-L, send a message to > > [hidden email] (not to SPSSX-L), with no body text except the > > command. To leave the list, send the command SIGNOFF SPSSX-L For a list > > of > > commands to manage subscriptions, send the command INFO REFCARD > > > > > ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD |
| Free forum by Nabble | Edit this page |
