pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MEANS TABLE output


From: John Darrington
Subject: Re: MEANS TABLE output
Date: Tue, 22 Jul 2014 20:50:46 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Jul 22, 2014 at 01:35:53PM +0000, ftr wrote:
     John Darrington <john <at> darrington.wattle.id.au> writes:
     
     > 
     > If I understand your question correctly, then you want:
     > 
     > MEANS TRUST BY ETHNIC GENERATION.
     > 
     > On Mon, Jul 21, 2014 at 05:28:41PM +0000, ftr wrote:
     >      Hi,
     >      I try to get the means of a dependent numerical variable TRUST 
under the
     >      simultaneous control of two independent non-numerical variables 
(factors)
     >      named ETHNIC and GENERATION :
     >      MEANS TABLES =  TRUST by ethnic by generation/cell mean.
     > 
     >      The manual shows that the means procedure can create MEANS tables
     with two
     >      entries, but my syntax does not work: I only get two separate 
tables, one
     >      for each independent variable.
     > 
     >      I use PSPP 0.8.3 under Windows.
     > 
     >      Any ideas ?
     >      TIA
     >      ftr
     > 
     
     For me this provides two separate tables, one for trust by ethnic, and a
     second for trust by generation.
     But I look for a table with one dependent variable in the rows and the 
other
     in the columns, such as
     
     means    generation1 generation2
     ethnic1    1.20          5.61
     ethnic2   14.40         17.61
     
     BTW, MEANS TRUST BY ETHNIC GENERATION makes PSPPIRE crash. 
     
     
For me it produces a table like this:
╔═════╤════════╤══════════╦════╤════╤══════════════╗
║     │ ethnic │generation║Mean│  N │Std. Deviation║
╠═════╪════════╪══════════╬════╪════╪══════════════╣
║trust│     .00│      1.00║4.00│1.00│           NaN║
║     │    1.00│      1.00║4.00│1.00│           NaN║
║     │    1.00│      2.00║4.00│1.00│           NaN║
║     │    1.00│      3.00║1.00│1.00│           NaN║
║     │    2.00│      1.00║3.00│1.00│           NaN║
║     │    2.00│      2.00║4.00│1.00│           NaN║
║     │    2.00│      3.00║1.00│1.00│           NaN║
╚═════╧════════╧══════════╩════╧════╧══════════════╝

and does not crash.

Do you have a complete use case (that is, complete syntax including data) which 
causes the crash?

If so, please file a bug report and it will be fixed.

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]