|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
copying variable valuesI have recently installed PSPP and am trying to set up my variables. Can
anyone tell me how to copy values where the same values apply to multiple variables. Copying and pasting isn't working. many thanks Lisa _______________________________________________ Pspp-users mailing list Pspp-users@... http://lists.gnu.org/mailman/listinfo/pspp-users |
|
|
Re: copying variable valuesThat is strange. Copying and pasting certainly works for me. You
need to create an empty variable before you can add data to it. Did you do that? Under what platform are you running PSPP? If you just want to copy all the data from one variable into another, one way to do it is with the compute command. Given a variable X, you can run a syntax like COMPUTE Y=X. EXECUTE. This will create a new variable Y (if it doesn't already exist) and will then copy the values from X into it. You can do this interactively in the GUI from the Transform->Compute menu. Hope this helps, J' On Wed, Jul 16, 2008 at 10:34:34AM +1000, Lisa McFayden wrote: I have recently installed PSPP and am trying to set up my variables. Can anyone tell me how to copy values where the same values apply to multiple variables. Copying and pasting isn't working. -- 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. _______________________________________________ Pspp-users mailing list Pspp-users@... http://lists.gnu.org/mailman/listinfo/pspp-users |
|
|
Re: copying variable valuesLisa,
If you are entering data, I suggest that you enter it into a spreadsheet, save the data in a delimited format, and then read the data into SPSS. I haven't tried PSPP, but entering data directly into an SPSS dataset is awkward. -Alan Lisa McFayden wrote: > I have recently installed PSPP and am trying to set up my variables. > Can anyone tell me how to copy values where the same values apply to > multiple variables. Copying and pasting isn't working. > > many thanks > Lisa > > > _______________________________________________ > Pspp-users mailing list > Pspp-users@... > http://lists.gnu.org/mailman/listinfo/pspp-users > -- Alan D. Mead, Ph.D. Assistant Professor, Institute of Psychology Scientific Adviser, Center for Research and Service Illinois Institute of Technology 3101 South Dearborn, 2nd floor Chicago IL 60616 Skype: alandmead +312.567.5933 (Campus) +312.567.3493 (Fax) http://www.iit.edu/~mead http://www.center.iit.edu http://www.alanmead.org Be not afraid of life. Believe that life is worth living, and your belief will help create the fact. -- Henry James _______________________________________________ Pspp-users mailing list Pspp-users@... http://lists.gnu.org/mailman/listinfo/pspp-users |
|
|
|
| Free Forum Powered by Nabble | Forum Help |