Using the binscatter command for one dependent and one independent variable works completely fine like below
Code:
binscatter incdiffs hhincdR1
when I try to do this with an additional variable like so
Code:
binscatter incdiffsR1 socscaleR1 hhincdR1
When I try and create a twoway graph in the normal way like so
Code:
twoway (scatter incdiffsR1 hhincdR1) (scatter incdiffsR1 socscaleR1)
Code:
twoway (binscatter incdiffsR1 hhincdR1) (binscatter incdiffsR1 socscaleR1)
Any help on this would be greatly appreciated, thank you
Comment