Learn R Programming

lfc (version 0.2.3)

ptol: 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)

Value

The log2 fold change representation of the effect size

Arguments

p

Effect size in proportion representation

See Also

ltop

Other Effect size representations: ltop()

Examples

Run this code
ptol(0.5)
ptol(2/3)

Run the code above in your browser using DataLab