I have variables age (beginning from 65) and female (1 if female and 0 if male) in mus03data.dta.
How can I test if being male has the same effect as aging 10 years on the total health expenditure?
I have written something like this, which is probably incorrect:
regress totexp age female test i0.female = age / 10 are there suggestions?
How can I test if being male has the same effect as aging 10 years on the total health expenditure?
I have written something like this, which is probably incorrect:
regress totexp age female test i0.female = age / 10 are there suggestions?