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?
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?
Comment