Skip to content

simsurv 0.2.3 (1/2/2019)

Compare
Choose a tag to compare
@sambrilleman sambrilleman released this 01 Feb 06:47
· 36 commits to master since this release

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 is rootfun = log which corresponds to uniroot 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.