Hello i hope all of yopu have a great Evening at least in Germany it is,
I am researching for my Bachelors Thesis that tests for the effects of regulation on FDI (foreign direct investment). I am now ready with my my merging and cleaning up my data and can start to do the regression.
I came across this log file where somebody is testing the effects of regulation on international trade with a dstri data set and thats kinda similar to what i wanna do.
. ppmlhdfe rv_trade ind_dstri_exp ind_dstri_imp ln_DIST LANG CNTG CLNY ln_gdp_expln_gdp_imp
if rv_trade>0 & exporter!=importer & year=="2015", absorb(time)
cluster(pair_id)
Here i got some questions about some parts the command and what it does. I hope somebody can explain with the limited information you have. Maybe i can provide some more if needed.
As i understannd it the absorb command puts the time fixed effects in the regression,
I dont really know what the cluster command does (as i couldnt find the meaning of the pair_id variable), but it seemed to be important because i see it in every more complex regression.
second the exporter! =importer is completely new to me
I hope you can help me and thank you!!
Max
Related Posts with Can somebody explain this Regression command to me ?
Simulation of repeated measures data in a stepped-wedge contextHello, I have written the following code for a three-level repeated measures model in a stepped-wed…
Creating a custom atrisk table for a survival graphHi all, I want to create an atrisk table in a seperate graph, which i can then combine with a stand…
Errors when regressing System GMMHello all Statalists, I'm new to Stata and I'm learning to use it to do my thesis. Gradually, I find…
Two wave panel data analysisHello all, It is my understanding that I can only do lagged models or change score models when usin…
Generating a dummy variable with value from other variable to a new row (cell)Hi, my job here is to generate a new variable (dummy for months unemployed) for December. In my anal…
Subscribe to:
Post Comments (Atom)
0 Response to Can somebody explain this Regression command to me ?
Post a Comment