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
Spline for Panel Regression (Random Effects)Hi all, I am modeling daily deaths per 100,000 from COVID-19 by country. Given the natural rise and…
Endogeneity test and RHausman, Instrument variablesHello everyone! I have the following question: I am working with instrumental variables. I perform …
Flagging negative values within an idHi. My dataset has an id variable and a total amount variable. There are multiple observations per i…
Converting row wise data into columns of Duplicate IDsHello everyone. Hope you all are doing fine. I need some help regarding Stata commands. I want to de…
JoinPoint RegressionHello everyone, I am working on a dataset with 15 years of outcomes. I am very interested in plotti…
Subscribe to:
Post Comments (Atom)
0 Response to msymbol
Post a Comment