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
Problem: margins command produces AME results with different p-values to the original xtgee family(nbinomial 1) regressionDear Statalist, I am trying to obtain average marginal effects from a population-averaged negative …
How can I get theta for Inverse hyperbolic sine transformation by mle?Hi,everyone I want to use mle to estimate theta for Inverse hyperbolic sine transformation , I have …
PMG model in Stata 16 IChello guys, I a running a PMG model in Stata 16 IC on my MacBook. I have 41 countries and 13 variabl…
Longitudinal latent class analysis or latent transition analysis possible in Stata 16?Dear Statalist users, Colleagues and I want to analyse if and how parenthood ideals change over tim…
Multi level models and robust clustering of SEI am using multi level modelling for hiererchical survey data (students nested within schools nested…
Subscribe to:
Post Comments (Atom)
0 Response to Problem with RDplot
Post a Comment