Good morning,
I'm trying to implement the multiscore option to a geographical setting, where I have a region, which is adjacent to two other regions (my 2 cutoffs).
I've encoded my string variable which signals in which region each observation is (n )
(n=1 if region="LAZ", n=2= if region="MAR", n=3 if regione="TOS",n= 4 if regione="LAZ")
My score variable is distance (X) and my Y is employment . When I write the following command I get the following output.
. rdmcplot Y X, c(n)
Warning: rdrobust could not run in one or more cutoffs.
See matlist r(c_failed) for details.
. matlist r(c_failed)
| c1 c2 c3 c4
-------------+--------------------------------------------
r1 | 1 2 3 4
Should I define the cutoff differently or is it possible to achieve my multiscore outcome just using "if"?
Thank you very much
Kind regards
Related Posts with RDD: multiscore to geographical setting- rdmulti
REPLACING #VALUE! and #NUM! to "." from excel databaseHello! I need help to find a code that allow me to replace #VALUE! and #NUM! to "." from an excel im…
Confidence Interval with Graph DotDear all, I am trying to add confidence intervals to a graph dot showing the mean value of anti-imm…
Keep only children and disregard adult children which start their own familyHello STATALIST community, I am a desperate student at the University of Konstanz in Germany and I …
What happen if we increase the tolerance and maximum number of iterations?When running STATA for panel data (especially for did_imputation),I was suggested by the code someti…
using a loop to remove special characters and destring a variablemy data are a five point likert scale with 21 questions. The answers were recorded as string variabl…
Subscribe to:
Post Comments (Atom)
0 Response to RDD: multiscore to geographical setting- rdmulti
Post a Comment