R/logit.R

Defines functions logit

Documented in logit

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

Try the InterSIM package in your browser

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

InterSIM documentation built on April 3, 2025, 8:52 p.m.