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?
Help with adjusted kaplan meier curvesHi all, I am a medical student attempting to use STATA MP 16.1 to create adjusted KM curves. I was …
Collinearity-removed variables, other statistics not showing up.I'm currently running a lot (77) of different time-series regressions, each of which use different f…
Ascol command: r(3301) errorDear all, After trying multiple ways to work around an error issued by Stata after running the asco…
CAPM event study using dummy variablesHi guys, For a project i am currently working on, I am looking at the effects of the Kyoto and Pari…
Tabulating one variable IF another variable is trueHi guys, this sounds maybe easy, but I'm finding difficulties in doing this task. I have a populati…
Subscribe to:
Post Comments (Atom)
0 Response to What does the keyword `control' at the end a regression command do?
Post a Comment