Learn R Programming

minfi (version 1.18.4)

logit2: logit in base 2.

Description

Utility functions for computing logit and inverse logit in base 2.

Usage

logit2(x) ilogit2(x)

Arguments

x
A numeric vector.

Value

Examples

Run this code
logit2(c(0.25, 0.5, 0.75))

Run the code above in your browser using DataLab