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
margins with multiple imputed dataHello, Is there a way to use the margins command with multiple-imputed data? I'm working with the f…
Replication code for Stata 14 and Stata16 producing different resultsI ran into a problem where a data replicator could not replicate an item response variable using the…
Data being destroyed while savingI'm having a very weird problem with data being destroyed while writing/reading into Stata-MP on a s…
How to combine 2 rows of data into 1 row_Dear stata user, I'm trying to combine 2 or more rows of information into 1 row, because they are a…
matching counties based on first two digits for finding similar stateHello, I have a data which shows distance between all counties from another county. This includes a…
Subscribe to:
Post Comments (Atom)
0 Response to Problem with RDplot
Post a Comment