1
votes

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.

1

1 Answers

1
votes

If you mean the within-case average,

COMPUTE casemean = mean(v1, v2, v3).