{
  "_id": "6a1eeb45b401979e73412279",
  "Package": "pmcalibration",
  "Type": "Package",
  "Title": "Calibration Curves for Clinical Prediction Models",
  "Version": "0.2.0",
  "Authors@R": "person(given = \"Stephen\", family = \"Rhodes\", email= \"steverho89@gmail.com\", role=c(\"aut\", \"cre\", \"cph\"))",
  "Maintainer": "Stephen Rhodes <steverho89@gmail.com>",
  "Description": "Fit calibrations curves for clinical prediction models and\ncalculate several associated metrics (Eavg, E50, E90, Emax).\nIdeally predicted probabilities from a prediction model should\nalign with observed probabilities. Calibration curves relate\npredicted probabilities (or a transformation thereof) to\nobserved outcomes via a flexible non-linear smoothing function.\n'pmcalibration' allows users to choose between several\nsmoothers (regression splines, generalized additive\nmodels/GAMs, lowess, loess). Both binary and time-to-event\noutcomes are supported. See Van Calster et al. (2016)\n<doi:10.1016/j.jclinepi.2015.12.005>; Austin and Steyerberg\n(2019) <doi:10.1002/sim.8281>; Austin et al. (2020)\n<doi:10.1002/sim.8570>.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "URL": "https://github.com/stephenrho/pmcalibration,\nhttps://stephenrho.github.io/pmcalibration/",
  "BugReports": "https://github.com/stephenrho/pmcalibration/issues",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev",
  "Repository": "https://stephenrho.r-universe.dev",
  "Date/Publication": "2025-02-21 22:12:07 UTC",
  "RemoteUrl": "https://github.com/stephenrho/pmcalibration",
  "RemoteRef": "HEAD",
  "RemoteSha": "457645bfbf713cf7eafb0ef2ba4d041c710f49b6",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-19 09:51:31 UTC",
    "User": "root"
  },
  "Author": "Stephen Rhodes [aut, cre, cph]",
  "MD5sum": "80e31e38191ef13ead63b263c96ea656",
  "_user": "stephenrho",
  "_type": "src",
  "_file": "pmcalibration_0.2.0.tar.gz",
  "_fileid": "0ac9cd3900514de3967853d7cd99d0a596080d516925b7e648eeeed670d9ba8c",
  "_filesize": 418366,
  "_sha256": "0ac9cd3900514de3967853d7cd99d0a596080d516925b7e648eeeed670d9ba8c",
  "_created": "2026-05-19T09:51:31.000Z",
  "_published": "2026-06-02T14:40:05.117Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79097296309,
      "time": 150,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7080280683"
    },
    {
      "job": 79097295829,
      "time": 141,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7080277574"
    },
    {
      "job": 79097296101,
      "time": 77,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7080256010"
    },
    {
      "job": 79097295859,
      "time": 126,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7080272169"
    },
    {
      "job": 79097293966,
      "time": 176,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7080227169"
    },
    {
      "job": 79097294820,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7360921985"
    },
    {
      "job": 79097295933,
      "time": 87,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7080261781"
    },
    {
      "job": 79097296500,
      "time": 82,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7080257504"
    },
    {
      "job": 79097296842,
      "time": 109,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7080266635"
    }
  ],
  "_buildurl": "https://github.com/r-universe/stephenrho/actions/runs/26089532920",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/stephenrho/pmcalibration",
  "_commit": {
    "id": "457645bfbf713cf7eafb0ef2ba4d041c710f49b6",
    "author": "Stephen Rhodes <steverho89@gmail.com>",
    "committer": "Stephen Rhodes <steverho89@gmail.com>",
    "message": "pkgdown\n",
    "time": 1740175927
  },
  "_maintainer": {
    "name": "Stephen Rhodes",
    "email": "steverho89@gmail.com",
    "login": "stephenrho",
    "description": "",
    "uuid": 5862184
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Hmisc",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "mgcv",
      "role": "Imports"
    },
    {
      "package": "splines",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "survival",
      "role": "Imports"
    },
    {
      "package": "pbapply",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "data.table",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "rms",
      "role": "Suggests"
    },
    {
      "package": "simsurv",
      "role": "Suggests"
    }
  ],
  "_owner": "stephenrho",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "stephenrho",
      "count": 18,
      "uuid": 5862184
    }
  ],
  "_userbio": {
    "uuid": 5862184,
    "type": "user",
    "name": "Stephen Rhodes"
  },
  "_downloads": {
    "count": 251,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/pmcalibration"
  },
  "_devurl": "https://github.com/stephenrho/pmcalibration",
  "_pkgdown": "https://stephenrho.github.io/pmcalibration/",
  "_searchresults": 32,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/pmcalibration.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/stephenrho/pmcalibration",
  "_realowner": "stephenrho",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-09-06"
    },
    {
      "version": "0.2.0",
      "date": "2025-02-21"
    }
  ],
  "_exports": [
    "boot",
    "cal_metrics",
    "gam_cal",
    "get_curve",
    "glm_cal",
    "invlogit",
    "loess_cal",
    "logistic_cal",
    "logit",
    "lowess_cal",
    "pmcalibration",
    "predict_lowess",
    "reg_spline_X",
    "riskdist",
    "run_boots",
    "sim_dat",
    "simb"
  ],
  "_help": [
    {
      "page": "cal_metrics",
      "title": "Calculate calibration metrics from calibration curve",
      "topics": [
        "cal_metrics"
      ]
    },
    {
      "page": "get_curve",
      "title": "Extract plot data from 'pmcalibration' object",
      "topics": [
        "get_curve"
      ]
    },
    {
      "page": "logistic_cal",
      "title": "Run logistic calibration",
      "topics": [
        "logistic_cal"
      ]
    },
    {
      "page": "plot.pmcalibration",
      "title": "Plot a calibration curve",
      "topics": [
        "plot.pmcalibration"
      ]
    },
    {
      "page": "pmcalibration",
      "title": "Create a calibration curve",
      "topics": [
        "pmcalibration"
      ]
    },
    {
      "page": "print.logistic_cal",
      "title": "Print a 'logistic_cal' object",
      "topics": [
        "print.logistic_cal"
      ]
    },
    {
      "page": "print.logistic_calsummary",
      "title": "Print a logistic_cal summary",
      "topics": [
        "print.logistic_calsummary"
      ]
    },
    {
      "page": "print.pmcalibration",
      "title": "print a pmcalibration object",
      "topics": [
        "print.pmcalibration"
      ]
    },
    {
      "page": "print.pmcalibrationsummary",
      "title": "Print summary of pmcalibration object",
      "topics": [
        "print.pmcalibrationsummary"
      ]
    },
    {
      "page": "sim_dat",
      "title": "Simulate a binary outcome with either a quadratic relationship or interaction",
      "topics": [
        "sim_dat"
      ]
    },
    {
      "page": "summary.logistic_cal",
      "title": "Summarize a logistic_cal object",
      "topics": [
        "summary.logistic_cal"
      ]
    },
    {
      "page": "summary.pmcalibration",
      "title": "Summarize a pmcalibration object",
      "topics": [
        "summary.pmcalibration"
      ]
    }
  ],
  "_readme": "https://github.com/stephenrho/pmcalibration/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "base64enc",
    "bslib",
    "cachem",
    "checkmate",
    "cli",
    "cluster",
    "colorspace",
    "cpp11",
    "data.table",
    "digest",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "foreign",
    "Formula",
    "fs",
    "ggplot2",
    "glue",
    "gridExtra",
    "gtable",
    "highr",
    "Hmisc",
    "htmlTable",
    "htmltools",
    "htmlwidgets",
    "isoband",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "lattice",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "memoise",
    "mgcv",
    "mime",
    "nlme",
    "nnet",
    "pbapply",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "rlang",
    "rmarkdown",
    "rpart",
    "rstudioapi",
    "S7",
    "sass",
    "scales",
    "stringi",
    "stringr",
    "survival",
    "tinytex",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "yaml"
  ],
  "_score": 3.681241237375587,
  "_indexed": true,
  "_nocasepkg": "pmcalibration",
  "_universes": [
    "stephenrho"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-19T09:54:02.000Z",
      "distro": "noble",
      "commit": "457645bfbf713cf7eafb0ef2ba4d041c710f49b6",
      "fileid": "19bb0fe7ae26e3e2b2c623e33970b558c669c40ed22169c5cd263f219f37ce65",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stephenrho/actions/runs/26089532920"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-19T09:53:54.000Z",
      "distro": "noble",
      "commit": "457645bfbf713cf7eafb0ef2ba4d041c710f49b6",
      "fileid": "a57a6941b3a0fb6f0161b687f351bc5a66d11367089423a011fd9f53a5691c0e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stephenrho/actions/runs/26089532920"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-19T09:52:56.000Z",
      "commit": "457645bfbf713cf7eafb0ef2ba4d041c710f49b6",
      "fileid": "64ef3d0e9de4e7390d4b5f1c52fcaf247220085dea7d529c2cf43e658414d371",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stephenrho/actions/runs/26089532920"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-19T09:53:38.000Z",
      "commit": "457645bfbf713cf7eafb0ef2ba4d041c710f49b6",
      "fileid": "1c63fd82c02bb841bca051d7ae1b6e6bac31992da0c561d42d34fc2acd26121e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stephenrho/actions/runs/26089532920"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-19T09:53:03.000Z",
      "commit": "457645bfbf713cf7eafb0ef2ba4d041c710f49b6",
      "fileid": "94103965d02b1c14a9703318783318593fb7a7003dc3b8d96b7c96f2711e798d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stephenrho/actions/runs/26089532920"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-19T09:52:51.000Z",
      "commit": "457645bfbf713cf7eafb0ef2ba4d041c710f49b6",
      "fileid": "e7a182287f4edef31f037ece51ef317cf20cb58d136c46135fbc3204c9834743",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stephenrho/actions/runs/26089532920"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-19T09:53:18.000Z",
      "commit": "457645bfbf713cf7eafb0ef2ba4d041c710f49b6",
      "fileid": "98bf20b9bff97ea3ee81ede097654a3d9435b17644dcc6e1ddd511504bc1ad34",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stephenrho/actions/runs/26089532920"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-06-02T14:39:42.000Z",
      "commit": "457645bfbf713cf7eafb0ef2ba4d041c710f49b6",
      "fileid": "d18243ffdeefe9e729b0ace7c154e6886e5cf452d0794b6e620e0d34e3865d55",
      "status": "success",
      "buildurl": "https://github.com/r-universe/stephenrho/actions/runs/26089532920"
    }
  ]
}