Hi everyone,
I am plotting mean of a variable over two different variables with weight using the following code:
How can I add the confidence intervals here?
Many thanks
Reza
I am plotting mean of a variable over two different variables with weight using the following code:
Code:
graph hbar (mean) earnings [pweight = wgt], over(sex) over(ethnicity)
Many thanks
Reza
Comment