Package: predRupdate
Title: Prediction Model Validation and Updating
Version: 0.2.1
Authors@R: c(person(given = "Glen P.", family = "Martin", role = c("aut", "cre", "cph"), email = "glen.martin31@gmail.com", comment = c(ORCID = "0000-0002-3410-9472")),
             person(given = "David", family = "Jenkins", role = c("aut", "cph"), email = "david.jenkins-5@manchester.ac.uk"),
             person(given = "Matthew", family = "Sperrin", role = c("aut", "cph"), email = "matthew.sperrin@manchester.ac.uk"))
Description: Evaluate the predictive performance of an existing (i.e. previously 
    developed) prediction/ prognostic model given relevant information about the 
    existing prediction model (e.g. coefficients) and a new dataset. Provides a 
    range of model updating methods that help tailor the existing model to the 
    new dataset; see Su et al. (2018) <doi:10.1177/0962280215626466>. Techniques 
    to aggregate multiple existing prediction models on the new data are also 
    provided; see Debray et al. (2014) <doi:10.1002/sim.6080> and Martin et al. 
    (2018) <doi:10.1002/sim.7586>).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
URL: https://github.com/GlenMartin31/predRupdate,
        https://glenmartin31.github.io/predRupdate/
BugReports: https://github.com/GlenMartin31/predRupdate/issues
Suggests: covr, knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: utils, stats, survival, pROC, ggplot2, rlang, ggpubr
Depends: R (>= 2.10)
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2025-07-02 09:00:31 UTC; glenmartin
Author: Glen P. Martin [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-3410-9472>),
  David Jenkins [aut, cph],
  Matthew Sperrin [aut, cph]
Maintainer: Glen P. Martin <glen.martin31@gmail.com>
Repository: CRAN
Date/Publication: 2025-07-02 09:20:07 UTC
Built: R 4.4.1; ; 2025-07-02 10:39:26 UTC; unix
