Hi everyone I was wondering if I could please get some help with my regressions to get an F-test rather than a chi2 statistic, as my dissertation advisor has requested it in that format. Noting I have checked both the help and pdf file but none of the solution that proposed worked for me. I am aiming to interpret whether trust has differential effect across regions.
My code of interest is:
"ivregress 2sls log_GDP_pcc l.log_GDP_pcc log_educ log_ndg (log_GCF = l.log_GCF) log_general_trust Europe South_America North_America Asia Africa logged_trustx_Europe logged_trustx_South_America logged_trustx_North_America logged_trustx_Asia logged_trustx_Oceania logged_trustx_Africa i.Year, first robust
test log_general_trust-=logged_trustx_Europe=0"
Also if any one had any advise of how to demonstrate an F-test in pleasing way for my dissertation results that would be really helpful.
Thank you so much for taking the time to consider this.
yours sincerely,
James Warrell
P.s: Sorry if the solution is blaringly obvious.
My code of interest is:
"ivregress 2sls log_GDP_pcc l.log_GDP_pcc log_educ log_ndg (log_GCF = l.log_GCF) log_general_trust Europe South_America North_America Asia Africa logged_trustx_Europe logged_trustx_South_America logged_trustx_North_America logged_trustx_Asia logged_trustx_Oceania logged_trustx_Africa i.Year, first robust
test log_general_trust-=logged_trustx_Europe=0"
Also if any one had any advise of how to demonstrate an F-test in pleasing way for my dissertation results that would be really helpful.
Thank you so much for taking the time to consider this.
yours sincerely,
James Warrell
P.s: Sorry if the solution is blaringly obvious.
Comment