I'm new to SAS and programming in general. I'd like to create a new variable by aggregating three variables into a mean scale. The three variables I want to combine are measured on a three point likert scale. I've been trying to figure out how to do this and I'm lost. I feel like it should be simple. I would appreciate any help on coding. Thank you!
If your three variables are named a, b and c, then this works:
Y = mean(a,b,c);
If your three variables are named a, b and c, then this works:
Y = mean(a,b,c);
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.