Generates log-normal event times with location parameter \(\mu\) and scale
parameter \(\sigma\). See FitLogNormal
for the
parameterization. If a censoring proportion \(p\) is provided, the event
times are subject to non-informative random right censoring.
rLogNormal(n, m = 0, s = 1, p = 0)
Data.frame including the observation time and status.
Sample size.
Location.
Scale.
Expected censoring proportion.