pspp-users
[Top][All Lists]
Advanced

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

Re: documentation for graphic user interface


From: John Darrington
Subject: Re: documentation for graphic user interface
Date: Fri, 7 Jan 2011 12:14:51 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

There's no official user documentation for the GUI. However there's a rather 
good wiki at http://pspp.kiberpipa.org/wiki/doku.php which includes some links
to some video presentations which might be of help to you.   Alternatively, the
 PSPP GUI is very similar to SPSS, so any book or tutorial targeted at SPSS is
likely to also work well with PSPP.

To answer your specific question: It doesn't make a lot of sense to append the 
mean of a set of data into the data editor itself (in which cell would it go? 
Under which variable?) However, something similar to what you are asking can
be done with the aggregate command.  Use the menu under Data->Aggregate, or
syntax like:

compute global = 1.

AGGREGATE OUTFILE=* MODE=ADDVARIABLES
        /break = global
        /mean_of_x = MEAN (x).


Hope this helps.

J'


On Thu, Jan 06, 2011 at 12:01:31PM +0100, Daniele Danese wrote:
> Hi,
> I am new to PSPP and I also do not have experiences with SPSS. I am just  
> trying to calculate the mean, the standard deviation and want to do an  
> ANOVA calculation for my thesis. Now I found out how PSPP can calculate  
> the mean and the standard deviation. But it shows it just in another  
> output window, instead I would like it to show it a row/column. Just  
> couldn't find it out... And ANOVA neither.
> So what I need is a description of how to work with the graphic  
> interface because I am already out of time and cannot do the extra work  
> of learning all this stuff how to deal with the terminal mode.
> Any help would be great!
> Thanks in advance
> Daniele
>
> _______________________________________________
> Pspp-users mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/pspp-users

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu 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]