Hi STATALIST,
Any advice on why some of the postestimate commands after qrprocess like, estat summarize and estat vce do not work ?
I've got the following messages:
P.S.
Title
qrprocess postestimation -- Postestimation tools for qrprocess
Description
All postestimation commands available after qreg are also available after qrprocess. In addition, qrprocess predict provides two additional options.
Regards,
Any advice on why some of the postestimate commands after qrprocess like, estat summarize and estat vce do not work ?
I've got the following messages:
Code:
qrprocess a i.b i.c i.d,quantile(0.01(0.01)0.99) method(qreg) estat command qrprocess_estat is unrecognized r(199);
Code:
qrprocess a i.b i.c i.d,quantile(0.01(0.01)0.99) method(qreg) estat summarize command qrprocess_estat is unrecognized r(199);
Code:
help qrprocess
Title
qrprocess postestimation -- Postestimation tools for qrprocess
Description
All postestimation commands available after qreg are also available after qrprocess. In addition, qrprocess predict provides two additional options.

Comment