Hi all,

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
However when I use the following:

Code:
fracreg xtlogit [...]
, I receive the message that "xtlogit is not a valid estimator".

So I'm guessing what I'm asking is there a way to run a fractional logit model with panel data in Stata?