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
Maximum Likelihood estimationHi everyone, For my master's thesis I'm trying to do a maximum likelihood estimation. After working…
Loop code for Wide DataHi All, I'm struggling with the code for loops using wide data. I include a sample of the data and …
In panel dataset where ID= household; method to understand if the same ID lived in the same housing unit over the entire time period?Hello everyone, sorry for the confusing title, I didn't manage to find a short and comprehensible w…
GlLAMM Mixed latent variableSorry I am using GLLAMM package and I would like to do a for cycle to find the best BIIC. I don't un…
How to add values in a forvalues loopHello, I would like to know how to add up values in a for loop. I am using DHS data, and using the c…
Subscribe to:
Post Comments (Atom)
0 Response to Different markers with rcapsym
Post a Comment