I hope someone can please assist with the syntax errors I'm experiencing with my twoway scatter plots.
1) With a comma (,) before the xscale range:
. twoway (scatter DiffMeanCost DiffMeanEQ5DQALY, msize(small)), xscale(range(0 1
> .1)) xscale(noline) xline(0,lcolor(black)) xlabel(,angle(0)) yscale(range(-100
> 0 1000)) yscale(noline) yline(0,lcolor(black) extend))
option ) not allowed
r(198);
2) I have removed the comma (,) before the xscale range:
. twoway (scatter DiffMeanCost DiffMeanEQ5DQALY, msize(small)) xscale(range(0 1.
> 1)) xscale(noline) xline(0,lcolor(black)) xlabel(,angle(0)) yscale(range(-1000
> 1000)) yscale(noline) yline(0,lcolor(black) extend))
) required
r(100);
Related Posts with Twoway Scatterplot -- syntax errors
Creating new variables on the basis of relationship to head, age and wages?Hi, I want to do two things in STATA but I do not know the commands to it. The data is of two rounds…
pooled mean group estimationHello. I get errors when I run below command and could not figure out what is the cause. It would be…
Putpdf with R2Hi all, I'm trying to save some regression results, and I'm using putpdf: Code: putpdf begin //…
drop in all rangeHi there, I have some difficulties dropping observations. If the ID did not receive subsidy in all…
Using for loop to plot multiple graphs.Hey Everyone, I am trying to plot multiple graphs using a for loop. At the time, I am trying to mak…
Subscribe to:
Post Comments (Atom)
0 Response to Twoway Scatterplot -- syntax errors
Post a Comment