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