Changelog
calibmsm 1.1.1
CRAN release: 2024-06-14
- Minor update introducing a new S3 generic
metadata
, and updated some S3 methods which were producing errors.
calibmsm 1.1.0
CRAN release: 2024-05-13
Change to package structure.
Introduced one master function
calibmsm
which assess calibration using BLR-IPCW, MLR-IPCW and pseudo-values methodology.calib_blr
changed tocalib_blr_ipcw
,calib_mlr
changed tocalib_mlr_ipcw
, andcalib_blr_ipcw
,calib_mlr_ipcw
andcalib_pv
are all changed into internal functions.Return the pseudo-values used to estimate calibration curves in the output for
calib_pv
, this allows users to parallelise code when estimating pseudo-values.Some minor changes to code of internal functions, and introduction of some new internal functions for processes which occur a number of times within the package (for example application of landmarking).