In SPSS software, variable view disappears after changing data type from string to numeric -
after import of .xls data spss software, change string variables numeric continuous , disappear viewing.
how fix that?
thank you
you cannot in spss, whole variable erased. numeric variable, use syntax:
recode stringvar (convert) numericfvar. execute.
Comments
Post a Comment