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
Random effects / POLS / Research QuestionsDear Stata Pros , Being interested in the effect of the share of women in board position on return …
Calculating Risk Ratios and CIsHi, I'm new to STATA 16. Looking for advice on calculating risk ratios and their confidence interva…
areg , robust >>> standard errors are clustered what?Hello could you please help for the following question? I am working for company level panel data bu…
column inertia in MCA commandIn re-calculation of Stata MCA command, for calculating "Quality of subspace" (or "overall quality" …
Examing and seasonal trends in malaria cases - is OLS appropriate?I am having some issues working with and interpreting seasonal data on malaria cases in country X. I…
Subscribe to:
Post Comments (Atom)
0 Response to Different markers with rcapsym
Post a Comment