R/logit.R

Defines functions logit

logit <- function(x) log(x/(1-x))
zeldow/bztools documentation built on May 4, 2019, 10:15 p.m.