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?
Related Posts with Problem with RDplot
A Question about Analyzing Shool-nested Panel DataHi, I have a question about analyzing school-nested panel data. I am using education panel data to e…
tline on top of the graph using command twoway areaHi, I want to plot a reference line on top of the graph using command tline, but it's just under the…
how to get the coefficient of post and treat when estimating a DID model with REGHDFE and absorb option that absorbs indivisual and time fixed effectHi dear, my estimation model looks like following: Yijkt = β0 + β1 ∗ treat_j + β2 ∗ post_t + β3 ∗ t…
Switching regression model and Heckman procedureHello! I have a big confusion about the use of Switching regression model with endogenous switching…
How can I display the top five observations (by frequency) in a table?Hello, I am trying to look at the top five recorded diagnoses (numerically coded) in a very large da…
Subscribe to:
Post Comments (Atom)
0 Response to Problem with RDplot
Post a Comment