logminuslogTransformation
logminuslogTransformation is a statistical transformation defined as y = log(-log(S(t))), where S(t) is the survival function P(T > t). It is also referred to as the complementary log-log transformation (cloglog) when applied to probabilities p in (0,1). In survival contexts, p typically plays the role of S(t), so the transformation becomes y = log(-log(S(t))). This function maps survival probabilities from (0,1] to the real numbers and is monotone in t.
Under a Weibull model, S(t) = exp(-(t/α)^β). Applying the logminuslogTransformation yields log(-log(S(t))) = β log t − β log α, which is
Computation and cautions: with an estimated survival function Ŝ(t) (for example from Kaplan-Meier estimates), compute y_i