[R] plm package twoways effect problem

yves croissant yves.croissant at univ-reunion.fr
Mon Apr 12 07:12:20 CEST 2010


It's difficult to guess what the pb is without the data. 

Try to estimate a 'simple' model, ie without the dummies (something
like :

dsnfi3LP=plm(lnLP~lnC+lnL+lnM
+lnE,data=newdata,effect="twoways",model="within")

Try also pdim(newdata) to check if you don't have 1 observation for some
individuals.



More information about the R-help mailing list