Custom Tables Summary Stats

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Custom Tables Summary Stats

Brock-15
Hi Everyone,

 

Is it possible to determine where the summary statistics are placed in a
custom table?  As an example, if I wanted to place count and column %
(in the column), is it possible to have the counts for all of the
categories together and then all of the column %'s?  Right now, the
default is to place the count and column% next to each other for every
column category.

 

Many thanks in advance,

 

Brock

====================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
Reply | Threaded
Open this post in threaded view
|

Re: Custom Tables Summary Stats

Peck, Jon
Often in this case, people put the statistics in the rows, but that isn't always suitable.  To group each statistic together, put the variable(s) in question in the table twice with the same other dimension.  Here's an example.

CTABLES
  /TABLE educ [C] BY jobcat [C][COUNT F40.0] + jobcat [C][ROWPCT.COUNT].


HTH,
Jon Peck
-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of Tibert, Brock
Sent: Wednesday, October 22, 2008 4:37 PM
To: [hidden email]
Subject: [SPSSX-L] Custom Tables Summary Stats

Hi Everyone,



Is it possible to determine where the summary statistics are placed in a
custom table?  As an example, if I wanted to place count and column %
(in the column), is it possible to have the counts for all of the
categories together and then all of the column %'s?  Right now, the
default is to place the count and column% next to each other for every
column category.



Many thanks in advance,



Brock

=======
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
Reply | Threaded
Open this post in threaded view
|

Re: Custom Tables Summary Stats

Brock-15
Thanks Jon. I actually cannot believe I never attempted to use the
variables twice.

Thanks,

Brock

-----Original Message-----
From: Peck, Jon [mailto:[hidden email]]
Sent: Wednesday, October 22, 2008 7:02 PM
To: Tibert, Brock; [hidden email]
Subject: RE: [SPSSX-L] Custom Tables Summary Stats

Often in this case, people put the statistics in the rows, but that
isn't always suitable.  To group each statistic together, put the
variable(s) in question in the table twice with the same other
dimension.  Here's an example.

CTABLES
  /TABLE educ [C] BY jobcat [C][COUNT F40.0] + jobcat [C][ROWPCT.COUNT].


HTH,
Jon Peck
-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of
Tibert, Brock
Sent: Wednesday, October 22, 2008 4:37 PM
To: [hidden email]
Subject: [SPSSX-L] Custom Tables Summary Stats

Hi Everyone,



Is it possible to determine where the summary statistics are placed in a
custom table?  As an example, if I wanted to place count and column %
(in the column), is it possible to have the counts for all of the
categories together and then all of the column %'s?  Right now, the
default is to place the count and column% next to each other for every
column category.



Many thanks in advance,



Brock

=======
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