I am using a "fractional logit" model (as suggested by another paper) on my panel data (DV: proportion of manufacturing GDP). As is well-known, I set up Stata to recognise the data as panel data, using the following code:
Code:
xtset country1 year
Code:
fracreg xtlogit [...]
So I'm guessing what I'm asking is there a way to run a fractional logit model with panel data in Stata?
0 Response to Fractional logit model and panel data
Post a Comment