Learn R Programming

transplantr (version 0.2.0)

kdpi_lookup: US KDPI lookup function

Description

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).

Usage

kdpi_lookup(kdri, scaling = 1)

Arguments

kdri

numeric vector of KDRI values

scaling

optional parameter for scaling factor (default is 1)

Value

numeric vector of KDPI percentiles

Details

This function requires the dplyr package to be installed.

Examples

Run this code
# NOT RUN {
# 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)
# }

Run the code above in your browser using DataLab