R/logit.R

Defines functions logit

# Logit function
logit <- function(x) log(x) - log(1-x)

Try the IntNMF package in your browser

Any scripts or data that you put into this service are public.

IntNMF documentation built on May 1, 2019, 6:35 p.m.