I'm quite new to state. I wanted to make the graph I created (which I'm also not sure of if its correct) "prettier".
I used this commands:
#delimit ;
graph twoway scatter mean_polity2_91_07 statehist_pre1500 if europe!=1
msymbol(oh) //
mcolor(gray) // color of marker - colorstyle (see below)
msize(1.5) // size of marker - markersizestyle
scheme(s1mono) // Schemes determine the overall look of a graph - s1mono has a plain background
name(graph1,replace); // save graph & allow to be overwritten
#delimit cr
But Stata tells me that symbol(oh) is invalid "invalid 'msymbol' r(198)"
What did i do wrong?
Thanks for your help!
Related Posts with msymbol
Looking for files issuesHello everyone, So I am doing an assignment. Our professor gave us zipped .dta files to use in Stat…
How to draw bivariate random vector (v,u) which is bivariate normal, but with a correlation which depends on a third variable x?Dear all, I would like to simulate some data: a bivariate random vector (v,u) which is bivariate no…
estpost with xtsumHi all I have used the command estpost sum esttab using nsw_12_summary_all.csv, cells("mean") to …
Finding a target variabel across datasets in the same directory*Hi, I've several datasets in the directory, and want to know which ones contain my variable of inter…
Fixed effects model with high rho and negative corr(u_i, Xb): a problem?I'm running some regression models with panel data from Brazilian municipalities (N = 64,708, Number…
Subscribe to:
Post Comments (Atom)
0 Response to msymbol
Post a Comment