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
Summarizing Shapes of String-VariablesHello everybody, i have to summarize the shapes of a string variable. Background: I have a Variabl…
Modifiy datasetHello,I have a datasat which look like this: PHP Code: id sv_val_final …
Inflated standard errorsHi Statalist, I am running an iv model (using ivreg2 command), however, I am having an issue with s…
Spearman correlation between groupHello, I have a binary variable 1=yes, 0=no. I want to run spearman correlations covering 6 ordinal…
Direct standarization using WHO Standar with stataHi all, I would like know if dstdize use Direct standarization using WHO Standar (Ahmad et al. 2001…
Subscribe to:
Post Comments (Atom)
0 Response to msymbol
Post a Comment