powered by
Logit function
logit(x)
value between 0 and 1
log(x/(1-x))
# NOT RUN { x <- 0.3; logit(x); # }
Run the code above in your browser using DataLab