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
SEM - reporting results estimate store - esttabGood morning, how I can store and report results in sem? Usually, I work with estimates store [...] …
How can I extract the one particular strings from several strings?Hi all, I have some addresses separated by ";" in the following format: “ Univ London Imperial Col…
Tests for regression analysis (panel data)Hello, I'm analysing the effect of R&D expenditure on firm's ESG score and the moderating effec…
Store mean of many variables in a new fileHello, everyone! Suppose there are v1, v2, v3, t1, t2 five variables, now I want to calculate mean …
Select a certain number of variables from .dat fileHello everyone, I have a big .dat file that makes my laptop freeze every single time that I try to …
Subscribe to:
Post Comments (Atom)
0 Response to Problem with RDplot
Post a Comment