SPSS Tables- Banners

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

SPSS Tables- Banners

Dussault, Andre [JNJCA]
Hi,

I would take to be able to build a banner with SPSS Tables. Is there a way
to have in a same table results for statistical tests at 95% and 90% with
different symbols. I always have to report tests at 90 and 95% and I would
like to find a way to put in a single way.

In a even more efficient way, I would like to combine the two tables: the
one with the results and in the same cell the result of the statistical
tests.

But still if I could just find a script or macro to do both 90 and 95% at
the same time it would be great. If I could also integrate this with the
results table to do a single table which would includ: Results, 90% testing,
95% testing where I could distinguish 90 from 95 (Lower and Upper Case).

So if anyone can help me on this it would be great.

Thanks in advance

Andre Dussault
Reply | Threaded
Open this post in threaded view
|

Re: SPSS Tables- Banners

Peck, Jon
The Merge Tables module on SPSS Developer Central can merge the statistics table into the main table.  It requires SPSS 14 or 15 and programmability.

I suspect, although I have not tried this, that could could get it to put both sets of test statistics together, too.  You would run the Ctables command twice to get the two sets of statistics, and then run the merge tables function twice.  The first time would put the statistics from the first test table in, and the second time would add in the second test table.  Alternatively you might use the module to merge the two test tables together and then merge the resutl into the main table.

Getting the second table merged would mean going a little deeper into the merge module, but that module exposes its criteria for how to merge and where to attach things, so I expect that it could be made to work without too much pain.

HTH,
Jon Peck


-----Original Message-----
From: SPSSX(r) Discussion on behalf of Dussault, Andre [JNJCA]
Sent: Fri 12/8/2006 10:45 AM
To: [hidden email]
Subject:      [SPSSX-L] SPSS Tables- Banners
 
Hi,

I would take to be able to build a banner with SPSS Tables. Is there a way
to have in a same table results for statistical tests at 95% and 90% with
different symbols. I always have to report tests at 90 and 95% and I would
like to find a way to put in a single way.

In a even more efficient way, I would like to combine the two tables: the
one with the results and in the same cell the result of the statistical
tests.

But still if I could just find a script or macro to do both 90 and 95% at
the same time it would be great. If I could also integrate this with the
results table to do a single table which would includ: Results, 90% testing,
95% testing where I could distinguish 90 from 95 (Lower and Upper Case).

So if anyone can help me on this it would be great.

Thanks in advance

Andre Dussault