Rdocumentation
powered by
Learn R Programming
ebGenotyping (version 1.0)
logit: Logit Transformation
Description
Logit Transformation:ln(x/(1-x))
Usage
logit(x)
Arguments
x
A probability, which is greater than 0 and less than 1.
Value
ln(x/(1-x))
References
Na You and Gongyi Huang.(2015) Genotyping for Rare Variant Detection Using Next-generation Sequencing Data.
Examples
Run this code
logit(
0.5
)
Run the code above in your browser using
DataLab