ptol {lfc} | R Documentation |
Logit transformation to obtain the log fold change representation from the proportion representation.
Description
Logit transformation to obtain the log fold change representation from the proportion representation.
Usage
ptol(p)
Arguments
p |
Effect size in proportion representation |
Value
The log2 fold change representation of the effect size
See Also
ltop
Other Effect size representations:
ltop()
Examples
ptol(0.5)
ptol(2/3)
[Package lfc version 0.2.3 Index]