Hi,
I would like to have 2 different markers for the starting points and the end points. So for example, the 07 starting score should be a hollow circle and the 18 end score should be solid circle. The code that I have right now only gives me circles:
twoway (rcapsym v07 v18 indic, lwidth(thick) msize(medlarge) msymbol(o)) if ccode == 679, ylabel(-4(1)4, labsize(huge)) ymtick(, labsize(vlarge)) xlabel(, labsize(huge)) xmtick(, labsize(vlarge)) title(Yemen, size(huge)) xsize(1.5) ysize(4)
however I have tried different ways, adding more marker specifications to msymbol, but it does not work.
twoway (rcapsym v07 v18 indic, lwidth(thick) msize(medlarge) msymbol(o oh)) if ccode == 679, ylabel(-4(1)4, labsize(huge)) ymtick(, labsize(vlarge)) xlabel(, labsize(huge)) xmtick(, labsize(vlarge)) title(Yemen, size(huge)) xsize(1.5) ysize(4)
Is there even a way to do this?
Thank you,
Steffi
Related Posts with Different markers with rcapsym
Question about syntax optionsI am trying to write a program but am having difficulty with the syntax function Code: program de…
Drop duplicate pairs (X,Y; Y,X)Unfortunately, I was not able to find out how to drop a pair of duplicates. Let's say we have variab…
Reshape wide to long variable not foundI have been trying to reshape my data from wide to long This is an example of how it looks like: I…
test of multicollinarity in multiple linear regression.Hi guys I have a multiple linear regression looking like this : Y = Var1 (dummy) + Var 2 + Var 3 + …
Mixed model syntax and output questionHello -- I am trying to fit a mixed effect linear model to some data. For context, I have 4 raters …
Subscribe to:
Post Comments (Atom)
0 Response to Different markers with rcapsym
Post a Comment