powered by
Generate SPSS 'COMPUTE' syntax to compute the CONCAT() of two (sets of) variables.
spss.compute.concat(str1, str2, names)
the first argument for CONCAT().
the second argument for CONCAT().
the name(s) of the variable(s) to be created.
# NOT RUN { spss.compute.concat("feedback", "feedback_f", "enfr.feedback") spss.compute.concat("feedback", "feedback_f", "enfr.feedback") # }
Run the code above in your browser using DataLab