R/misc.R
inv_cloglog.Rd
Complementary-Log-Log response function
inv_cloglog(x)
value of x to be transformed, x unbound
inverse-cloglog value of x, result is e (0, 1)
x <- seq(from = -3, to = 1, length.out = 100) plot(x, inv_cloglog(x), type = "l")