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
How to create a varaible based on each value of existing variable in did_imputation?I have the Syntax of did_imputation is as below Array I am wondering how to create the variable Ei.…
How to convert the reg command to reghdfe code in controlling three dimensions?How to convert this code controlling for three ways fixed effect to reghdfe code? Code: reg y x i.…
Continuous vs binary independent variable in logistic regressionI'm new to statistics and coding so apologize if this is a dumb question but here it goes: I'm runni…
How to create a new binary variable (0-1) based on some conditions in Stata?input id t1 t2 t3 1 1.5 1.4 1.6 2 1.5 . 1.9 3 . 2.0 1.6 4 . . 2.2 5 1.9 2.1 2 6 1.8 2.0 1.9 7 . . . …
Workaround for suest restriction on brr [r(322)]?Hi Everyone, I have survey data that uses brr for its error estimation. I would like to compare the…
Subscribe to:
Post Comments (Atom)
0 Response to Problem with RDplot
Post a Comment