R/empLogit.R

Defines functions empLogit

Documented in empLogit

empLogit <- function(x, eps = 1e-3) log((eps + x)/(1 - x+eps))

Try the binomTools package in your browser

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

binomTools documentation built on May 29, 2017, 10:12 p.m.