Fisher test of the null hypothesis
Posted: Tue Oct 07, 2014 1:20 am
Hi everyone,
I'm working on my thesis "meta-regression-analysis of Cipollinas "Trade impacts of EU preferential policies"" but do not understand the descriptions how to do the Fisher test.
It is given like this:
We perform the Fisher test of the null hypothesis of no effect of PTAs on trade.
gen pgamma=ttail(obs,tratio)
replace pgamma=1.e-20 if pgamma==0.
label var pgamma "P-value for gamma"
metap pgamma if dummy_policy==1, method(f)
metap pgamma if dummy_policy==0, method(f)
Are these commands of a former eviews version and where could I find a current "translation" of it? Or does anyone know how to fix it in a different way?
The only thing I could find was "coint(Fisher, s) obs tratio", but like this I can not give a name to the test to change it.
I would be really thankful if you know any help!!
I'm working on my thesis "meta-regression-analysis of Cipollinas "Trade impacts of EU preferential policies"" but do not understand the descriptions how to do the Fisher test.
It is given like this:
We perform the Fisher test of the null hypothesis of no effect of PTAs on trade.
gen pgamma=ttail(obs,tratio)
replace pgamma=1.e-20 if pgamma==0.
label var pgamma "P-value for gamma"
metap pgamma if dummy_policy==1, method(f)
metap pgamma if dummy_policy==0, method(f)
Are these commands of a former eviews version and where could I find a current "translation" of it? Or does anyone know how to fix it in a different way?
The only thing I could find was "coint(Fisher, s) obs tratio", but like this I can not give a name to the test to change it.
I would be really thankful if you know any help!!