gmvjoint version 0.4.0
- Fairly minor updates
- surv.formulanow properly accepts factor variables.
This shortcoming was brought to my attention by J. Piekos (Oxford); so
thanks!
- residuals.jointfunctions have been amended to actually
work for Cox-Snell (there was an issue with e.g. spline time
specifications).
- plot.residuals.jointnow produces a series of plots
with meaningful legends.
- ROCand- dynPredshave been updated to
correctly work with splines, and have been altered slightly.
- jointnow accepts the control argument- initswhich allows the user to overwrite initial
conditions. The function- boot.jointhas been amended in
line with this along with necessary documentation.
- Added CITATION file with link to CSDA paper.
gmvjoint version 0.3.0
- Fairly extensive re-writes to workhorse functions joint(and underlyingEMUpdate); some computational efficiency
has been gained here ‘within’ the EM algorithm.
- Removed CreateDataMatricesfunction, in favour of
simply taking ones from fits used in initial conditions (viaglmmTMB); this greatly reduces computation times,
particularly for larger models.
- Added a bootstrapping function boot.joint: The
approximate SEs created by the model are known to be underestimated, and
so this bootstrapping function seeks to provide an alternative route; or
means of comparison.
- Spruced-up plotting of conditional distributions of the random
effects.
- Updates to S3 methods.
gmvjoint version 0.2.0
- Dynamic predictions added
- ROC/AUC function added
- Function to generate bootstrapped confidence intervals for AUC
added.
- Various S3 methods for joint objects added.
- Relaxation of (quite stringent) model calls.
- Extraction of conditional distribution of random effects.
gmvjoint version 0.1.0