Are there any shortcuts codes in SPSS for listing multiple variables? Say something similar to v1-v3 instead of v1 v2 v3 in SAS data step?
Are there any shortcuts codes in SPSS for listing multiple variables? Say something similar
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Some commands allow you to use the
TOmodifier (but not all). This is dependent on variables being in correct order in the data matrix. There are also multiple response sets, and defining macro calls to a specific set of variables.Below I give examples of using
TOand defining a set of variables via a macro. I admittedly never use multiple response sets, so I can only state it is an option (more useful for a set of dichotomous items than continuous variables I believe).