[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch #6270] RECODE dialog
From: |
Jason H Stover |
Subject: |
[patch #6270] RECODE dialog |
Date: |
Wed, 21 Nov 2007 02:45:44 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4 |
Follow-up Comment #7, patch #6270 (project pspp):
1. Minor problem, perhaps not worth fixing now: Typing a value in the 'Name'
field requires clicking on the variable selected in the variable selection
box. I guess the gui needs to know which variable is selected, but there
should probably be some default set, so if the user puts the focus in the
'Name' field, s/he can start typing a new variable name without explicitly
selecting a variable in the variable selection box.
2. A bigger problem, though I'm not sure if it's RECODE or TRANSFORM or some
gui problem: Make a variable v1 with 9 values: 4 'a' and 5 'x'. Make another
numeric variable of alternating 1's and 2's. Use the dialog box to recode v1
into a different variable (say) hooba: a --> 1 and x --> 0. Then recode v2
into a new variable (say) barfo: 1.0 --> 8.0 and 2.0 --> 90.0. Then go to
Transform-->Compute, and make a new variable (say) biffo = hooba * barfo. Hit
the 'OK' button and you will see a column of 0.0's, which is incorrect.
I also pasted the syntax, which looked fine:
COMPUTE biffo = hooba*barfo.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?6270>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [patch #6270] RECODE dialog, John Darrington, 2007/11/18
- [patch #6270] RECODE dialog, Ben Pfaff, 2007/11/18
- [patch #6270] RECODE dialog, Jason H Stover, 2007/11/19
- [patch #6270] RECODE dialog, John Darrington, 2007/11/20
- [patch #6270] RECODE dialog, Jason H Stover, 2007/11/20
- [patch #6270] RECODE dialog, John Darrington, 2007/11/20
- [patch #6270] RECODE dialog, Jason H Stover, 2007/11/20
- [patch #6270] RECODE dialog,
Jason H Stover <=
- [patch #6270] RECODE dialog, Jason H Stover, 2007/11/20
- Re: [patch #6270] RECODE dialog, John Darrington, 2007/11/21
- [patch #6270] RECODE dialog, John Darrington, 2007/11/21
- [patch #6270] RECODE dialog, Jason H Stover, 2007/11/22
- [patch #6270] RECODE dialog, John Darrington, 2007/11/23
- Re: [patch #6270] RECODE dialog, John Darrington, 2007/11/21
- Re: [patch #6270] RECODE dialog, Jason Stover, 2007/11/22
- Re: [patch #6270] RECODE dialog, John Darrington, 2007/11/23
- Re: [patch #6270] RECODE dialog, John Darrington, 2007/11/21
- Re: [patch #6270] RECODE dialog, Jason Stover, 2007/11/22