I am trying to estimate a constant only model with
-xtreg y ,i(varname) re
The returned error message is
"last test not found"
r(302);
You have requested the redisplay of a previous test, yet
you have not run a test previously.
This message does not occur when ,pa or ,mle or ,fe or ,be is used instead
of ,re
The message does not occur when -xtreg y x ,i(varname) re- is used
The message does not occur when
xtlogit y ,i(varname) re
xtnbreg y ,i(varname) re
xtcloglog y ,i(varname) re
xtprobit y ,i(varname) re
are used.
Doing -xtreg y x,i(varname) re
-test x-
-xtreg y,i(varname) re
produces the same message as above when the last command is used.
I am using the 6 Oct 2004 versions.
Any suggestions would be appreciated.
Regards, Garry