Debora Randall <[email protected]> writes:

> I am working on 0.7.5 PSPP version under X11 on a Mac OS 10.6.3.
>
> I have mistakenly encoded 6 of my variable types as string
> instead of numeric.  When I go to change the variable to
> numeric, I lose my data.  I need to be able to sum the
> variables, and it won't do that in string.

I think you should be able to fix this with RECODE:
        RECODE oldvar (CONVERT) INTO newvar.
-- 
Ben Pfaff 
http://benpfaff.org

_______________________________________________
Pspp-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-users

Reply via email to