I have 4 variables, v1 v2 v3 and v4.
I want to create v5 = v1 / (v1 + v2 + v3 + v4)
I type into the command line: gen v5 = v1 / (v1 + v2 + v3 + v4)
and get back:
too many variables specified
r(103);
What, please is wrong? Thanks for any help,
Ric Uslaner
I want to create v5 = v1 / (v1 + v2 + v3 + v4)
I type into the command line: gen v5 = v1 / (v1 + v2 + v3 + v4)
and get back:
too many variables specified
r(103);
What, please is wrong? Thanks for any help,
Ric Uslaner
Comment