Hi there,
Nice to meet you, it is my first time here as I am getting more acquainted with STATA.
I am experiencing an issue with the mlabel() command as I receive back the error r(198).
I am trying to use onewplot to generate a graph with party positions on a continuum (single dimension):
This is the code I used:
Do you have any suggestions? I read the syntax and I cannot see any mistyping (I may be wrong).
Sincerely
Mattia
Nice to meet you, it is my first time here as I am getting more acquainted with STATA.
I am experiencing an issue with the mlabel() command as I receive back the error r(198).
I am trying to use onewplot to generate a graph with party positions on a continuum (single dimension):
Code:
* Example generated by -dataex-. For more info, type help dataex clear input double redistribution str20 party 2.859999895095825 "SPD" .28999999165534973 "Linkspartei/PDS" 5.139999866485596 "CDU" 3.2899999618530273 "Grunen" 7.139999866485596 "FDP" 4.860000133514404 "CSU" end
Code:
onewplot redistribution if year==2006, mlabel(party) mlabposition(3)
Sincerely
Mattia
Comment