Hello,
I am having problems using coarsened exact matching (cem) on Stata.
when running the command
I get back this error:
Due to the permissions on my laptop (pertaining to existing next.trk file) i could not install
I also tried running the following command, but also get an error message.
To get around this, I created separate .ado files for cem.ado and cem-mata.ado, and a manually added the lcem.mlib file to my c:\ado\plus/ file. May the error lie here?
Any insights would be very helpful.
Thank you
Sara
I am having problems using coarsened exact matching (cem) on Stata.
when running the command
Code:
cem insaic_lag2 insaic_lag3 insaic_lag4 insaic_lag5 insaic_lag6 realyinsaic_lag1Caguas Bayamon Mayaguez Ponce SanJuan Aguadilla Arecibo Carolina Guayama Humacao, treatment(audited) k2k
Code:
cemStata(): 3001 expected 6 arguments but received 7 <istmt>: - function returned error
Code:
ssc install cem
Code:
net from http://gking.harvard.edu/cem/
Any insights would be very helpful.
Thank you
Sara
Comment