Learn R Programming

IntNMF (version 1.0)

logit: logit

Description

logit function

Usage

logit(x)

Arguments

x
x

Examples

Run this code

## The function is currently defined as
function (x) 
log(x) - log(1 - x)

Run the code above in your browser using DataLab