I keep getting the error ) required
Can you spot the error?
Code:
twoway (kdensity totalscore if treatment ==1 & _weight!=., bwidth(10)) (kdensity totalscore if treatment ==0 & _weight!=., bwidth(10)) legend(order(1 "Treatment" 2 "Control") ring(0) cols(1) pos(1)) ylabel(,angle(h) format(%3.1f)) title("Density") xtitle("Score")
Comment