Table with unweighted totals

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Table with unweighted totals

Juan Pablo Sandoval
Hi:
 
I´m creating a SPSS table with this command...
 
wei by pond.
 * General Tables.
TABLES
  /FORMAT ZERO MISSING('.')
  /GBASE=CASES
  /FTOTAL= $t000001 "Total" $t000002 "Total"
  /TABLE=var1 + $t000001  BY var2  > (STATISTICS) + $t000002   /TITLE  'Table Title'.
 
I would like to display the table totals, $t000001 and $t000002 but unweighted, so that in the same table i can have the projections and the number of cases for each column and row...
 
Is this possible?
 
Regards.