powered by
Generate SPSS 'MAX()' syntax for two (sets of) variables.
spss.format.max(var1, var2)
the first argument for MAX().
the second argument for MAX().
# NOT RUN { spss.format.max(c("dob", "income"), c("dob_f", "income_f")) spss.format.max("income", "income_f") # }
Run the code above in your browser using DataLab