Description Usage Arguments Value Examples
This function performs a logit transform (M=log2(beta)-log2(beta-1)) on beta-values as single values or in vector, matrix, or data.frame form. M-values are not defined for beta-values equal to 0 or 1. A warning message will be displayed in case of presence of 0 and 1 in the matrix.
1 |
beta |
A numeric variable, vector or matrix corresponding to a beta-value. Has to be between 0 and 1. |
logit transform of the input beta-values.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.