Hi folks,
I am unsure of where to find this, and I have looked. Potentially I am trying to treat Stata too much like Matlab or Mathematica.
All I want to do is tabulate variables using many if statements.
i.e
Tab variableX if (weight>90kg in 2000) & (weight<90kg in 2005).
How would I do this?
Thanks in advance
I am unsure of where to find this, and I have looked. Potentially I am trying to treat Stata too much like Matlab or Mathematica.
All I want to do is tabulate variables using many if statements.
i.e
Tab variableX if (weight>90kg in 2000) & (weight<90kg in 2005).
How would I do this?
Thanks in advance
Comment