-
Portable implementation of parallel computing.
-
function
area()
has gained the argumenttime_window
that specifies the window of integrating the linear predictor of the corresponding longitudinal outcome.
-
Function
tvBrier()
has gained the argumentintegrated
for calculating the integrated Brier score. -
Function
tvBrier()
has gained the argumenttype_weights
and now also allows to correct for censoring in the intervalTstart
toThoriz
using inverse probability of censoring weighting. The default remains model-based weights. -
The new function
tvEPCE()
calculates the time-varying expected predictive cross-entropy. -
This version supports Super Learning for optimizing predictions using cross-validation and a library of joint models. In that regard, the new function
create_folds()
can be used to split a dataset in V-folds of training and test datasets. More information can be found in the corresponding vignette.
-
Weak informative priors are now used for the fixed-effects of the mixed-effects models.
-
Several improvements in various internal functions.
- An issue resulting in wider than expected credible intervals for the fixed-effects coefficients of the longitudinal submodels has been resolved.
- Several improvements in various internal functions.
- The default placing of the knots for the B-spline approximation of the log baseline hazard has been changed. This will cause some difference compared to previous versions.
-
Dynamic predictions for competing risks data can now be computed. An example is given in the Competing Risks vignette.
-
Function
jm()
can now fit joint models with a recurrent event process with or without a terminating event. The model accommodates discontinuous risk intervals, and the time can be defined in terms of the gap or calendar timescale. An example is given in the Recurrent Events vignette.
-
Added the function
tvBrier()
for calculating time-varying Brier score for fitted joint models. Currently, only right-censored data are supported. -
Added the functions
calibration_plot()
andcalibration_metrics()
for calculating time-varying calibration plot and calibration metrics for fitted joint models. Currently, only right-censored data are supported. -
Added new section in the vignette for Dynamic Prediction (available on the website of the package) to showcase the use of the functions mentioned above.
-
Improved the plot method for dynamic predictions.
-
Several bug corrections.
-
Added a
predict()
method forjm
objects and a correspondingplot()
for objects of classpredict_jm
for calculating and displaying predictions from joint models. Currently, only standard survival models are covered. Future versions will include predictions from competing risks and multi-state models. -
Added the functions
tvROC()
andtvAUC()
for calculating time-varying Receiver Operating Characteristic (ROC) curves and the areas under the ROC curves for fitted joint models. Currently, only right-censored data are supported. -
Added a vignette (available on the website of the package) to explain how (dynamic) predictions are calculated in the package.
-
Added two vignettes (available on the website of the package) to showcase joint models with competing risks and joint models with non-Gaussian longitudinal outcomes.
-
Simplified syntax and additional options for specifying transformation functions of functional forms.
-
The
slope()
function has gained two new arguments,eps
anddirection
. This allows calculating the difference of the longitudinal profile over a user-specified interval.
- Used
parallel::clusterSetRNGStream()
injm_fit()
for distributing the seed in the workers. - Changed the default position of the knots for the B-spline approximation of the log baseline hazard.
- Changed calls to
floor()
in the C++ code.
- First version of the package.