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
Malformed notes section with 'outreg2' tex output (caused by commas)I am using 'outreg2' to make latex outputs of several regressions. I want to add a lengthy note at t…
Computing st. deviations per yearHi all, For the firms in my sample, I need to calculate the volatility of earnings. However, I keep…
Clustering or Fixed Effects on firm & industry levelsDear Statalisters, I face the following issue: I have a cross-sectional dataset where the observat…
Monte Carlo Simulation with IV 2SLSHi, I'm working on a Monte Carlo simulation with an endogenous x, so that I need to do 2SLS in my l…
gaps in paneldata - tsfill and _n-1Dear all, for my master's thesis I am running a panelanalysis. I used the reshape-command to transf…
Subscribe to:
Post Comments (Atom)
0 Response to msymbol
Post a Comment