Hi,
I am trying to run panel logistic regression. It is a time series data of firms.
The tsset results are:
. tsset countfirm year
panel variable: countfirm (unbalanced)
time variable: year, 2001 to 2015
delta: 1 unit
After this, i declare it as a time series with these commands
.tis year
iis countfirm
When i try to run fe model, I am getting this error.
. xtset status nita,fe
option fe not allowed
r(198);
When i try without fe, I am getting this error.
. xtset status nita
time variable must contain only integer values
r(451);
status is a dummy variable 0 and 1. I have a list of independent variables but i am trying to run with one variable first.
My data do not have duplicate years and do not have any jumps in time periods. Can anyone please help? I am badly stuck.
Regards,
Sumaira
Comment