Dear Ben:
Thank you for your help. But I still have a little problem. When I type
the following syntax:
stats (N F r2 r2_a, calc(p) fmt(%9.0f %9.3f %9.3f %9.3f %9.3f)) ...
it works.
However, the p appears at the end of my stats. I would like to have the
p right after the F. I tried different syntaxes:
stats (N F, calc(p) r2 r2_a fmt(%9.0f %9.3f %9.3f %9.3f %9.3f)) ===>
"option r2 not allowed"
stats (N F calc(p) r2 r2_a fmt(%9.0f %9.3f %9.3f %9.3f %9.3f)) ===>
"type mismatch"
stats (N F, calc(p), r2 r2_a fmt(%9.0f %9.3f %9.3f %9.3f %9.3f)) ===>
"invalid 'r2' "
...
and it does not work (see the error messages).
Maybe, it's not posible to have calc(p) after the F.
Best regards
Herv�
and it does not work
***********************************************************
HEC Paris
D�partement Comptabilit�-Contr�le de gestion / Dept of Accounting and
Management Control
1, rue de la Liberation
78351 - Jouy-en-Josas
France
Tel: +33 1 39 67 94 42
Fax: +33 1 39 67 70 86
[email protected]
http://campus.hec.fr/profs/stolowy/perso/home.htm
>>> [email protected] 11/18 8:52 pm >>>
Herve wrote:
> 2 - Append option
>
> I run the same models. When I use the append option, the second one
is
> disclosed under the first one. If I want to have each model side by
> side, I use "estimates store...". It works. But I will have several
> models and the "estimates store..." is sometimes cumbersome.
> Is there a
> way to modify the "append" option? (in outreg, with append, the
models
> are disclosed side by side but for many reasons, I prefer estout).
No. -estout- is built around the official -estimates- commands. No
-estout-
without -estimates-.
> 3 - Prob>F
>
> In the estout output, I know how to add the F statistic. But when I
> raised the issue a few months ago, it was not possible to add the
> Prob>F. Is there something new or a way to include it in the estout
> output?
This has been added in the last update (August 2004). Type
. estout ..., stats(, calc(p))
See the -stats- option in the helpfile for further explanations.
Cheers, ben
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/