pspp-users
[Top][All Lists]
Advanced

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

Re: Data Manipulation


From: John Darrington
Subject: Re: Data Manipulation
Date: Tue, 26 Jun 2012 16:53:07 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

There are many ways to add cases and/or variables to an existing dataset.

For example, to add a new variable, whose cases should take the value of one 
more
than an existing variable:

COMPUTE newvar = oldvar + 1.

Adding cases can be done, for example, using the ADD FILES command, or INPUT 
PROGRAM
commands.

J'


On Tue, Jun 26, 2012 at 08:00:00PM +0400, Michele Mor wrote:
     Hi.
     Is there any plan to add some data manipulation features to PSPP?
     I am thinking of "Add cases" or "Add variables".
     
     Thanks,
     Michele
     
     _______________________________________________
     Pspp-users mailing list
     address@hidden
     https://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://keys.gnupg.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]