Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: How to show the value for prob > f in esttab


From   Emil Lykke Jensen <[email protected]>
To   [email protected]
Subject   st: How to show the value for prob > f in esttab
Date   Wed, 22 Jan 2014 10:19:04 +0100

I'm trying to show the value for 'prob > f' from a xtreg, fe vce(cluster
xx) model in esttab, but I can't find the option for it.

My model looks like this:

quietly xtreg EGA bureaukrati DomesticCredit EFW_1D EFW_1A EFW_1C, /// fe
vce(cluster Country_No) eststo model1_1

quietly xtreg TEA bureaukrati DomesticCredit EFW_1D EFW_1A EFW_1C, /// fe
vce(cluster Country_No) eststo model1_2

quietly xtreg NewDensity bureaukrati DomesticCredit EFW_1D EFW_1A EFW_1C,
/// fe vce(cluster Country_No) eststo model1_3

esttab model1_1 model1_2 model1_3, label /// stats(F r2 N N_g, labels("F
statistic" "R-sq within" "Observations" "Countries")) /// nogaps nonumbers
onecell


I have tried using the 'addscalars(p_diff r(p))' command when running
eststo (so running: 'eststo model1_1, addscalars(p_diff r(p))' - instead
of just 'eststo model1_1') combined with 'p_diff' in 'stats' (stats(F r2 N
N_g p_diff, labels("F statistic" "R-sq within" "Observations"
"Countries"))) and have also tried running it with 'scalars(p_diff)', but
either nothing shows or it just shows dots. What to do? Any advice?


/Emil
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index