Description Usage Arguments Details Value Examples
A vectorised function to convert kdri KDRI scores to KDPI percentiles. If the OPTN scaling factor was not used when calculating the KDRI, it can be set here using the optional scaling parameter which uses a default value of 1 (for no scaling).
1 | kdpi_lookup(kdri, scaling = 1)
|
kdri |
numeric vector of KDRI values |
scaling |
optional parameter for scaling factor (default is 1) |
This function requires the dplyr package to be installed.
numeric vector of KDPI percentiles
1 2 3 4 5 | # if scaling factor was used when calculating KDRI
kdpi_lookup(1.25)
# if scaling factor for 2018 needs to be applied
kdpi_lookup(1.25, scaling = 1.2506957544151)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.