Hello. I am entering the following code:
graph twoway (connected index1_w wave if high_vol==0, msymbol(O) mcolor(ananas) msize(large) mlwidth(thick) lcolor(ananas)) ///
(connected index1_w_mean wave if high_vol==1, msymbol(Oh) mcolor(ananas) msize(large) mlwidth(medthick) lcolor(ananas)) ///
(rcap high_index1_w_mean low_index1_w wave, lcolor(black)), ///
xlabel(0 "Baseline" 1 "Endline") xtitle("") ytitle("Average Provider Integration Index Score") legend(order(1 "Non-intervention" 2 "Intervention"))
My "xlabel" command returns an error: unrecognized command.
I have searched and looked at the stata guide and cannot spot my error. I would be grateful for any assistance. Thank you.
graph twoway (connected index1_w wave if high_vol==0, msymbol(O) mcolor(ananas) msize(large) mlwidth(thick) lcolor(ananas)) ///
(connected index1_w_mean wave if high_vol==1, msymbol(Oh) mcolor(ananas) msize(large) mlwidth(medthick) lcolor(ananas)) ///
(rcap high_index1_w_mean low_index1_w wave, lcolor(black)), ///
xlabel(0 "Baseline" 1 "Endline") xtitle("") ytitle("Average Provider Integration Index Score") legend(order(1 "Non-intervention" 2 "Intervention"))
My "xlabel" command returns an error: unrecognized command.
I have searched and looked at the stata guide and cannot spot my error. I would be grateful for any assistance. Thank you.
Comment