powered by
invLogit(x)
x <- rnorm(100) plot(sort(x), invLogit(sort(x)), type = "l", xlab = "State x", ylab = "Transformed state x", col = "dark gray")
Run the code above in your browser using DataLab