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

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -