pspp-users
[Top][All Lists]
Advanced

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

Re: select cases doesn't work


From: John Darrington
Subject: Re: select cases doesn't work
Date: Sun, 20 Nov 2011 07:51:22 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

Sorry for not responding before.  Somehow this message slipped my
notice.

On Sat, Nov 05, 2011 at 08:39:17PM +0100, Coleen Starwalt wrote:
> Hey John,
>
> Just thought I'd let you know that I think I have found the most recent  
> version - PSPPIRE.exe 0.7.8-g981b76. Is there a way of getting informed  
> of updates?

It depends exactly on what sort of updates you're interested in.

If you're particularly interested in precompiled binaries for windows, Harry
maintains his project on sourceforge at 
http://sourceforge.net/projects/pspp4windows
presumably there is an RSS feed there which you can subscribe to.

The official GNU releases (which sadly happen a lot less often then we'd like)
are announced on this list (address@hidden)

Interesting new features in development are announced at 
http://savannah.gnu.org/news/atom.php?group=pspp

Or if you want to be informed of every single commit the developers make, you
can subscribe to the RSS feed at 
http://git.savannah.gnu.org/cgit/pspp.git/atom/?h=master
or the mailing list at https://lists.gnu.org/mailman/listinfo/pspp-commits


> Additionally, thought you might like to know that with this version the  
> select cases works. However, sigh, it doesn't select the way I need it  
> to. I can only select a variable rather than excluding a variable, like  
> I could within SPSS. For example, if I have a "child" variable that is  
> either yes or no (0 or 1), selecting "child" gives me only children. Now  
> that's fine. But I can't exclude the children when I need to. Unless  
> there is another way of doing that. I see there is a syntax editor. Is  
> that where you would make up a filter that could exclude variables? How  
> could I learn to do that, if that is possible?

Here's one way to do what you're trying:  If you have a dichotomous variable 
called "child", then the line 
 SELECT IF child <> 1.
will select only those cases for which child is not 1.  You could also use the 
FILTER command to do something similar.

Both these options should work the same way in PSPP as with SPSS.  In general, 
we
try to ensure users familiar with SPSS can also work with PSPP, so if you find 
that
is not the case, feel free to raise a bug report.

John

-- 
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]