simsurv 0.2.3 (1/2/2019)
New features
- The
rootfun
argument has been added. This allows the user to apply any transformation to each side of the root finding equation. The default isrootfun = log
which corresponds touniroot
solving -H(t) - log(u) = 0. - The
rootsolver
argument has been added. This allows the user to choose between stats::uniroot or BB::dfsane for the root finding.