powered by
Calculate the logit transform
logit(p)
Calculates the logit transform of p
numeric vector
Claus Ekstrom <ekstrom@life.ku.dk>
Calculates the logit transform of p, ie., log(p/(1-p))
p <- 0.3 logit(p)
Run the code above in your browser using DataLab