I have the following:
* Define dependent variable y1, endogenous variable y2
* Define exogenous variable x1list and instrumental variable (IV) x2list
Both y1 and y2 are dichotomous.
Can I do this to get consistent estimates, if I have an unbalanced panel data?
xtset firmid year
xtprobit y1 $x1list, endogenous(y2 = $x2list $x1list, probit) vce(cluster firmid)
Related Posts with Panel Data - Question about Stata Command
Check that string variable equals label of encoded variableHi, I am merging several files and I would like to verify that I have done it properly. If I made a…
Test whether the difference between two differences is significantHi, I have a dataset with a continous dependent variable VAR and two binary independent variables. …
About code foldingHi,everyone! When I write commands in do-file editor and there is a lot of commands, I always want …
import excel for few defined rows up to the end of spreadsheet for columnsHi, I am trying to import an excel spreadsheet for few defined rows up to the end of spreadsheet fo…
Additional variables in second stage of control function approachDear all, I am estimating a reduced form CRE tobit as the first stage model in a control function a…
Subscribe to:
Post Comments (Atom)
0 Response to Panel Data - Question about Stata Command
Post a Comment