reda 0.5.0
New features
-
Add function
Recuras a successor or functionSurvrfor model formula
response. -
Added a new package vignette introducing the function
Recur. -
Added a new argument
adjustRisksetto the methodmcf.formulafor
specifying whether to adjust the size of risk set. The cumulative sample mean
function estimates will be computed by settingadjustRiskset = FALSE. -
Added a new option of
"CSV"for cumulative sample variance estimates to the
argumentvarianceof the methodmcf.formula.
Major changes
-
The function
Survris deprecated since this version and will be removed in
future. -
Added implementation of nonparametric MCF estimates in C++ with help of
Rcpp and replaced original implementation in R with the new
implementation for a better computational performance.
Minor changes
- Updated testing suite by using tinytest instead of testthat.
Bug fixes
- Fixed
numRisk(the size of risk set) for tied censoring times in
mcf.formulaobjects returned from methodmcf.formula. Thanks William
Anderson (wnilesanderson AT gmail.com) for bug reporting with detailed
examples.