Page 1 of 1

panel data logit model

Posted: Tue Sep 25, 2012 9:39 am
by jmg535
Just a simple question. How many observations can Eviews handle when estimating with multinomial panel data?

Re: panel data logit model

Posted: Tue Sep 25, 2012 9:44 am
by EViews Gareth
EViews does not offer panel logit estimation. It does let you estimate a standard logit model on a panel data workfile.

As with most limits in EViews, it depends on how much memory is available to EViews (up to around 3GB) by your computer / operating system.

I just ran the following logit:

Code: Select all

create m 1900 2020 10000 series i=nrnd>0 series x=nrnd series z=nrnd logit i c x z
which was on 14,520,000 observations, without any problems.