Changelog
Source:NEWS.md
reda 0.5.6
CRAN release: 2025-09-02
Minor changes
- Moved packages {ggplot2} and {grDevices} to Suggests as they are needed for
plot()methods only. - Updated testing examples for
ggplotobjects.
reda 0.5.5
CRAN release: 2025-06-14
Minor changes
- Updated the testing example for the
plot()method formcf,formula-methodand fixed a typo in function documentation.
reda 0.5.4
CRAN release: 2022-07-08
Minor changes
- The
show()method forRecurclass objects prints in the same order as the internally sorted ID’s. - Added a new argument named
rhoMaxto the functionsimEvent()for users to specify an upper bound of the rate function in case the function cannot determine an appropriate upper bound internally. #7
reda 0.5.1
CRAN release: 2020-06-27
New features
- Added a new option
variance = "none"to return sample MCF estimates without variance estimates.
Minor changes
- Removed titles in
plot()method formcfobjects for a more minimal output by default.
reda 0.5.0
CRAN release: 2019-11-03
New features
Added function
Recur()as a successor or functionSurvr()for model formula response.Added a new package vignette introducing the function
Recur().Added a new argument
adjustRisksetto the methodmcf.formula()for 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.
reda 0.4.0
CRAN release: 2017-12-19
New features
Added function
simEventandsimEventDatafor simulating survival, recurrent event, and multiple event data from stochastic process point of view.Added function
mcfDiffandmcfDiff.testfor comparing two-sample MCFs by difference estimates over time and the pseudo-score tests.Added argument
originto functionSurvrfor modeling processes with different time origins.Added variance estimates of sample MCF from bootstrap methods.
Major changes
Updated checking rule of argument
eventof functionSurvrfor modeling sample MCF of cost in addition to number of events.Updated Lawless and Nadaeu (1995) variance estimates in method
mcf.formulafor sample MCF.Renamed class
sampleMcftomcf.formula,rateRegMcftomcf.rateReg,baseRateRegtobaseRate.rateReg,summaryRateRegtosummary.rateReg.
reda 0.3.1
CRAN release: 2016-12-16
New features
- Added estimated baseline rate function and its confidence band, and corresponding plot method.
reda 0.3.0
CRAN release: 2016-11-26
New features
Added M-spline for modeling baseline rate to function
rateReg.Added argument
checkto functionrateRegso that it is possible to skip the data checking step to slightly speed up the model fitting for cleaned data.Added option
verboseto argumentcontrolof functionrateRegto suppress all possible messages.Added variance estimates for sample MCF by Poisson process method, and confidence interval based on the asymptotic normality of MCF itself (in addition to the logarithm of MCF) to function
mcf,formula-method.Allowed multiple categorical variables in function
mcf,formula-methodfor the sample MCF for design with multiple factors.Added sample valve-seat dataset from Nelson (1995) for demonstration.
Major changes
Borrowed the power from R package splines2 for piece-wise constant and splines based baseline rate function, and thus boosted the performance of reda in model fitting.
Updated object class of fitted model,
rateReg.Replaced generic function
plotMcfwith methods for functionplot.Updated data checking procedure for a better performance.
Added variable “gender” in sample simulated dataset,
simuDatfor a better demonstration of sample MCF function.