powered by
Apply Truncated-Pearsons' test or ordinary Pearsons' test on one-sided p-values.
truncatedPearson(p, alpha.tilde = 1)
A 'list' containing the following quantities:
Pearson test statistic
degrees of freedom of truncated-Pearson statistic
p-value of the test
p-values used in the test.
one-sided p-values of the individual studies for testing one-sided alternative based on z-test.
truncartion threshold for truncated-Pearson test. Use alpha.tilde = 1 for ordinary Pearsons' test for combining p-values.
truncatedPearson( p = c( 0.001 , 0.01 , 0.1 ) , alpha.tilde = 1 ) truncatedPearson( p = c( 0.001 , 0.01 , 0.1 ) , alpha.tilde = 0.05 )
Run the code above in your browser using DataLab