Hi,

I try to get a basic MEANS table for a scale variable (TRUST) with an independent nominal variable (GROUP) that show the means with one digit.

The procedure does not show the digits I need.

How to make the procedure create means with on digit ?

VAR LEVEL trust (scale) group (nominal).

FORM trust (F2.1).

MEANS TABLES = trust BY group
  /CELLS = MEAN STDDEV COUNT.

Case Processing Summary
        Observations

        Inclu(e)        Exclu(e)        Total

        N       %       N       %       N       %
trust * group   673     99,7%   2       ,3%     675     100,0%

Rapport Ethno-national group (constructed) (group)      Moyenne         
Écart-type      N
1 Jew   6       2       409
2 Arab  4       2       200
3 Other         5       2       64
Total   5       2       673

I run GNU pspp 2.0.1-g40958a


Thanks in advance

- ftr

Reply via email to