Recent Releases of reda
reda - reda 0.5.6
Minor changes
- Moved packages {ggplot2} and {grDevices} to Suggests as they are needed for
plot()methods only. - Updated testing examples for
ggplotobjects.
- R
Published by wenjie2wang 10 months ago
reda - reda 0.5.5
Minor changes
- Updated the testing example for the
plot()method formcf,formula-methodand fixed a typo in function documentation.
- R
Published by wenjie2wang about 1 year ago
reda - reda 0.5.4
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
- R
Published by wenjie2wang almost 4 years ago
reda - reda 0.5.3
Minor changes
- Added
summary()method forRecur()objects. - Added a new slot named
time_classtoRecur()object. - Updated the
idslot ofRecur()object to unique ID's.
Bug fixes
- Fixed empty MCF estimates when
adjustRiskset = FALSEis specified. - Fixed slot
first_idxandlast_idxinRecurobject.
- R
Published by wenjie2wang over 5 years ago
reda - reda 0.5.2
Minor changes
- Used
derivmethod from splines2 objects for derivatives instead of extraction of attributions.
- R
Published by wenjie2wang over 5 years ago
reda - reda 0.5.1
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.
- R
Published by wenjie2wang about 6 years ago
reda - 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 inmcf.formulaobjects returned from methodmcf.formula. Thanks William Anderson (wnilesanderson AT gmail.com) for bug reporting with detailed examples.
- R
Published by wenjie2wang over 6 years ago
reda - reda 0.4.1
Bug fixes
- Fixed compiling errors when using clang.
- R
Published by wenjie2wang over 8 years ago
reda - reda 0.4.0
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.
Minor changes
- Allowed formula
Survr(ID, time, event) ~ 1for modeling baseline rate function using gamma frailty model in functionrateRegwithout specifying any covariate.
Bug fixes
- Fixed possible label mismatching in
plot,mcf.formula(previouslyplot,sampleMcf) method.
- R
Published by wenjie2wang over 8 years ago
reda - reda 0.3.1
New features
- Added estimated baseline rate function and its confidence band, and corresponding plot method.
Major changes
- Updated function
baseRatefor estimated baseline rate function instead of the estimated coefficients of spline bases.
Bug fixes
- Fixed function
confintby specifying the correct standard error column.
- R
Published by wenjie2wang over 9 years ago
reda - reda 0.3.0
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.
Minor changes
- Renamed all slot named
boundaryKnotstoBoundary.knotsfor consistency with spline functions. - Updated vignettes for demonstration of new features.
- Added sample citation entry for reda.
- R
Published by wenjie2wang over 9 years ago
reda - reda 0.2.1
New features
- Implementation of spline baseline rate function.
- Added function
AICandBIC.
Major changes
- Renamed main function name from
hearttorateRegand added new argument. - Updated object class of fitted model.
- Replaced sample simulated dataset for demonstration.
Bug fixes
- Updated S4 method
plotMcf,sampleMcf: Replacedshow_guidewithshow.legendin functiongeom_textto incorporate updates in packageggplot2v1.0.1. - Minor updates that clear checking note from CRAN.
- R
Published by wenjie2wang over 9 years ago