Converts z-scores to two-tailed p-values under the normal distribution.
Examples
z <- c(-2, -1, 0, 1, 2)
funnel_pvalue(z)
#> [1] 0.04550026 0.31731051 1.00000000 0.31731051 0.04550026
Converts z-scores to two-tailed p-values under the normal distribution.
z <- c(-2, -1, 0, 1, 2)
funnel_pvalue(z)
#> [1] 0.04550026 0.31731051 1.00000000 0.31731051 0.04550026