ukkrri {transplantr} | R Documentation |
UK Kidney Recipient Risk Index (NHSBT, 2019 version)
Description
A vectorised function to calculate the UK Kidney Recipient Risk Index as used in the new national kidney matching scheme implemented in September 2019.
Usage
ukkrri(age, dx, wait, dm)
Arguments
age |
numeric vector of patient ages in years |
dx |
numeric vector of whether on dialysis at time of listing (1 = yes, 0 = no) |
wait |
numeric vector of waiting time from start of dialysis |
dm |
numeric vector of whether patient has diabetes (1 = yes, 0 = no) |
Details
The UK KRRI is documented in the UK kidney matching policy which can be found on the NHS Blood & Transplant ODT website at www.odt.nhs.uk
Value
numeric vector of UK Kidney Recipient Risk Index values
Examples
ukkrri(age = 45, dx = 0, wait = 750, dm = 0)
[Package transplantr version 0.2.0 Index]