Closed juhaa closed 3 years ago
Use mlogp all around instead of pvals
yea just add scipy.stats.norm.logsf(1.96)+math.log(2) in place of 2 * scipy.stats.norm.sf() to all meta methods and thats a wrap. keep the unlogged pval column there also.
scipy.stats.norm.logsf(1.96)+math.log(2)
Use mlogp all around instead of pvals