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?
When should we exclude an independent variable out of the regression?In my case, I have two questions that I want to ask here relating to correlations among variables: …
qreq wage gaps commandsHelp please: I am struggling with the stata commands for a qreg with gender wage gaps. Can anyone he…
Reclink: Type mismatch for a same type variable?!Hi, I'm new to this community. Nice to meet you all. I'm trying to run a reclink to match fuzzy dat…
Stepwise estimation for stpm2Hi there, Anyone knows how to perform stepwise estimation for flexible parametric survival model in…
Help with "Split"- splitting a string variable that has varying numbers, text and symbolsHi all, RE: split using Stata version 16.0. As part of data cleaning my data sets I need to genera…
Subscribe to:
Post Comments (Atom)
0 Response to What does the keyword `control' at the end a regression command do?
Post a Comment