Announcement

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

  • Problem with RDplot

    Hi all,

    When using rdplot from the rdrobust package, Stata can plot this graph

    rdplot y s , c(4) nbins(24 16) ///
    graph_options(title(Bin size of = 0.25)) ///

    But cannot plot this one, in the sense that it doesn't give me any kind of error but just executes the command without doing anything

    rdplot y s , c(4) nbins(12 8) ///
    graph_options(title(Bin size of = 0.5)) ///

    output

    rdplot y s , c(4) nbins(12, 8) graph_options(title(Bin size of = 0.5)) ///

    end of do-file

    Afterwards, I can't sketch even the first graph... Weird.

    How is this possible?


  • #2
    Solved, /// was obviously making Stata think I wanted to execute everything toghether, my bad, sorry, delete

    Comment

    Working...
    X