I have a panel dataset with 102 observations, 51 groups and t=2. I can run both FE and RE, but get the "r(2000) no observations" error when trying to run a First Difference regression. All my variables are numerical and there are no missing values. Would someone be able to tell me why this is happening and how to get round this issue?
Fixed effects regression code: xtreg pcr realmw propmales propwhites popdensity propyouth propnodiploma realjust, fe
First difference code: reg d.pcr d.realmw d.propmales d.propwhites d.popdensity d.propyouth d.propnodiploma d.realjust
Fixed effects regression code: xtreg pcr realmw propmales propwhites popdensity propyouth propnodiploma realjust, fe
First difference code: reg d.pcr d.realmw d.propmales d.propwhites d.popdensity d.propyouth d.propnodiploma d.realjust
Comment