spss.compute.concat: Generate SPSS 'COMPUTE' syntax to compute the CONCAT() of two...

Description Usage Arguments Examples

Description

Generate SPSS 'COMPUTE' syntax to compute the CONCAT() of two (sets of) variables.

Usage

1

Arguments

str1

the first argument for CONCAT().

str2

the second argument for CONCAT().

names

the name(s) of the variable(s) to be created.

Examples

1
2
spss.compute.concat("feedback", "feedback_f", "enfr.feedback")
spss.compute.concat("feedback", "feedback_f", "enfr.feedback")

syntaxr documentation built on May 2, 2019, 3:45 a.m.