Announcement

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

  • RDplot Without the line

    Hello,
    Does anyone know how to make the rdplot figure without the line or the polynomial?

  • #2
    Use the -genvar- option and then -scatter- :

    Code:
    use rdrobust_senate.dta, clear
    rdplot vote margin, genvars hide
    
    scatter rdplot_mean_y rdplot_mean_bin, sort msize(small)

    Comment

    Working...
    X