Page 1 of 1

Non linear panel with fixed effect

Posted: Wed Oct 10, 2018 7:13 am
by Aktar
Hello,

I would like to run a logistic regression over panel data and control for fixed effect. The problem is I can't add the constant term in the logistic function. Is it correct if I add the constant next to the logistic function such as

yit = c + exp(b xit)/(1+(b xit)) + e

My dependent variable is a continuous probability ranging from 0 and 1.

As an alternative way, some colleagues advise me to de-mean all my variables rather than adding a fixed effect.
How can I de-mean all my variables (panel workfile) within eviews?

Thank you so much