logit2 {minfi}R Documentation

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

A numeric vector.

Author(s)

Kasper Daniel Hansen khansen@jhsph.edu.

Examples

logit2(c(0.25, 0.5, 0.75))

[Package minfi version 1.26.2 Index]