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
How to sort data for distinct IDs with multiple visits and multiple valuesDear all, I have a dataset that has multiple visits for each person. However each person had a diff…
Bootstrapped SE with Two-Sample IV: "insufficient observations to compute bootstrap standard errors"I am not sure if this is kosher but I am trying to calculate bootstrapped standard errors for a two-…
Replace missing values from a different rowI have data that are in long format where one ID has four rows of data. Only one row has information…
Replacing missing rows of a variableDear All I have a file with more than 1k observations and two variables. One of the variables Y is c…
Panel VECM in STATA I am giving a general description of the model in a panel setting: Let y, a, b, and z are four vari…
Subscribe to:
Post Comments (Atom)
0 Response to Panel Data - Question about Stata Command
Post a Comment