@MichelleR0 wrote: (...) it described that survival data falls under a log-weibull distribution.
So, according to https://en.wikipedia.org/wiki/Gumbel_distribution, the survival times can be simulated using the RAND('GUMBEL', m, s) function and explicit formulas exist for several characteristics including mean, median and standard deviation. Hence, the two unknown parameters m and s can be determined as outlined in my previous post. For example, starting with suitable values for mean and median, the parameters would be simply obtained as the solution of two linear equations.
... View more