panel data logit model
Posted: Tue Sep 25, 2012 9:39 am
Just a simple question. How many observations can Eviews handle when estimating with multinomial panel data?
Code: Select all
create m 1900 2020 10000
series i=nrnd>0
series x=nrnd
series z=nrnd
logit i c x z