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
Creating and displaying graphs in a loop with dyndocHi, I try to generate standard graphs with every numeric variable in my dataset and create a nice l…
Firthlogit with profile likelihood limits and p-valueI have read the forum post on generating profile log likelihood limits https://www.statalist.org/for…
missing("repval") in "export excel options"Hi STATALIST, Could you please advise me how to use missing("repval") options in export excel opti…
Fixed effect for a monthI'm working with a panel data set (unbalanced) with year and month on it. I grouped by the household…
Merge daily data with quarterly dataHey! A simple question! I have two panel data sets, one is quarterly, with 3 variables ID date and …
Subscribe to:
Post Comments (Atom)
0 Response to Panel Data - Question about Stata Command
Post a Comment