Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Set color of dots in RD plots using rdplot command

    col.dots does not seem to work with rdplot

    See https://rdrr.io/cran/rdrobust/man/rdplot.html

    Any ideas on how to change the dots to a solid black color instead of the default gray in Stata?

  • #2

    Example code in Stata:
    HTML Code:
    rdplot Y X, nbins(20 20) binselect(es) graph_options(graphregion(color(white)) mcolor(black) xtitle(Score) ytitle(Outcome))
    Error: option mcolor() not allowed

    Comment


    • #3
      Unfortunately, it seems -rdplot- sets the marker color to be an unchangeable -gs10-. You may use the Graph Editor to make markers black, or program manually.

      Comment

      Working...
      X