Hi everyone,
I am trying to replicate a paper to get my self familiar with STATA. I the paper comes with a replication dataset and the necessary code. In all the regression commands in the replication code I see the keyword " 'control' ". My question is what does " 'control' " do? I run a few regressions with and without it, and the output seemed to be the same. Bellow you can see where the authors place the keyword in their code:
xi:xtreg depvar indepvars `control' ,fe cluster(country)
xi:oprobit depvar indepvars i.country `control', cluster(country)
xi:xtabond depvar indepvars endogenousvar `control' , robust lags(1) endogenous(endogenousvar)
Thanks.
Related Posts with What does the keyword `control' at the end a regression command do?
Question about estpost/esttab: Control decimals per variable in summary tableCross post at: https://stackoverflow.com/questions/...-summary-table I am trying to get a summary …
Interpretation Difference in DifferencesHello, Can you please tell me if my interpretation is correct? In model (1), with an estimated coe…
Stata Twoway bar plots - different bar gapsHello! Can someone help me figure out how can I have a twoway bar plot with different bar gaps, i.e…
Fama French regression estimating excess returnDear Statalisters, I am new to the topic Stata, and have a rather simple question, unfortunately I …
Help extracting info. from an inconsistent formatted date variable Hello Statalist members, This is my first post, so here it goes... Below I have provided a sample…
Subscribe to:
Post Comments (Atom)
0 Response to What does the keyword `control' at the end a regression command do?
Post a Comment