Is there a way to average multiple numerical variables?
I mean not means(v1 v2 v3). But the average of v1 v2 v3 combined
Regads.
If you mean the within-case average,
COMPUTE casemean = mean(v1, v2, v3).