↧
Answer by eli-k for Transform string variable into 0-1 columns
The following syntax does the job on the sample data you provided. First, let's recreate the sample data to demonstrate on:Data list list/nr (f1) brand (a30). begin data 1 "GREEN CARE PROFESSIONAL" 1...
View ArticleTransform string variable into 0-1 columns
As a very begginer in SPSS I would ask you for help with some transformation from table A into table B. I have to recode values of "brand" variable into columns and make 0-1 variables.#table A# nr...
View Article