Hello
I have a variable named "method" and I want to create a plot for showing the results of my variables by different colors.
Here's my code
scatter sig i2,colorvar(method) xtitle("Scenario") ytitle("Power") clegend(off)
but Stata told me "colorvar" is not a valid command
May I ask how to solve it?
Thank you!
I have a variable named "method" and I want to create a plot for showing the results of my variables by different colors.
Here's my code
scatter sig i2,colorvar(method) xtitle("Scenario") ytitle("Power") clegend(off)
but Stata told me "colorvar" is not a valid command
May I ask how to solve it?
Thank you!
Comment