Description Usage Arguments Details Value Author(s) Examples
Compute minus log10 P values from effect sizes and standard errors.
1 |
beta |
a vector of effect sizes |
se |
a vector of standard errors |
The results are the same as -log10(pnorm(-abs(beta)/se)*2)
, but
are calculated to machine precision even when the P values are very
small (such that the intermediate step of calculating the P values
would give zero to machine precision).
The vector of minus log10 P values.
Toby Johnson Toby.x.Johnson@gsk.com
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.