Dear Statalists,
I want to use -suest- to estimate if the FM models' coefficients are significantly different. But using -suest- gives the error that the model "was estimated with a nonstandard vce (Fama-MacBeth)".
Do you possibly know how to correct this error or any other ways to estimate the coefficient difference? Many thanks for your help in advance!
Here is the trial code:
I want to use -suest- to estimate if the FM models' coefficients are significantly different. But using -suest- gives the error that the model "was estimated with a nonstandard vce (Fama-MacBeth)".
Do you possibly know how to correct this error or any other ways to estimate the coefficient difference? Many thanks for your help in advance!

Here is the trial code:
Code:
xtfmb y x control if w <= med est sto small xtfmb y x control if w > med est sto large . suest small large small was estimated with a nonstandard vce (Fama-MacBeth) r(322);
Comment