Questions tagged [pnorm]
2 questions
0
votes
0 answers
R function pnorm() returns 0 when used in pval() function from the package "bacon"
After running EWAS adjustment using the R package BACON, and extracting the p-values from the resulting object, I am finding that many of my results have P-values of 0 (literally 0 rather than a very small number that is being truncated). After someā¦

chris333999
- 1
- 1
0
votes
0 answers
Pnorm (Cumulative Distribution Function of Normal Distribution) Underlying Formula Needed
In R, what is the underlying function that creates this output?
pnorm(0.079)
0.5314837
For context I want to determine what value x should be pnorm(x) so that the result is equal to 0.50.
I can't do that unless I know the underlying formula

nak5120
- 4,089
- 4
- 35
- 94