Hello,
I am trying to perform Ramsey's Reset test after a regression with xtreg command, but i get an error like: "last estimates not found". Below i post my code;
Could you say, what is the reason for this? And is it possible to perform it in any other way?
As you might know, xtreg takes panel group as a fixed effects by default. My panel group is pair of individuals. Taking this into account, i do the same regression with reg command as below;
This time i can perform ovtest but i am not sure whether it is equal to perform ovtest with the xtreg command or not. Pls, would you comment on this?
Thank you for your response in advance.
Regards,
Ima
I am trying to perform Ramsey's Reset test after a regression with xtreg command, but i get an error like: "last estimates not found". Below i post my code;
Code:
xtreg mydep_var myvar1 myvar2 myvar3 i.year, fe robust
As you might know, xtreg takes panel group as a fixed effects by default. My panel group is pair of individuals. Taking this into account, i do the same regression with reg command as below;
Code:
xi: reg mydep_var myvar1 myvar2 myvar3 i.year i.indi_i i.indi_j, cluster (in_ij)
Thank you for your response in advance.
Regards,
Ima
Comment