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
Is it possible to generate latent class at firm level instead of firm year level.I would like to do the latent class regression. The sample is at firm-year level. Normally, the gsem…
Help with xtdcce2 - unit specific error correction termsHello all, I have recently come across to xtdcce2 and would like to ask some questions. - If I use…
Graph twoway scatter with 95% CI and Odds RatioI got a dataset with 2 group of ppl (group1 is male, group 2 is female), and I got their odds ratio,…
summarize a variable in panel dataHello, I want to make a descriptive analysis on variables of my panel data. I have attached the dat…
xi: xtivreg . Too many dummiesI am doing some work and have the following command for an instrumental varial regression with panel…
Subscribe to:
Post Comments (Atom)
0 Response to Twoway Scatterplot -- syntax errors
Post a Comment