Description Usage Arguments Value Examples
Classification of candidates according to waiting list time on dialysis' quartiles and two cPRA cutoff values.
1 | cp(data = candidates, q2 = 60, q3 = 100, cPRA1 = 50, cPRA2 = 85)
|
data |
A data frame with information for candidates' waiting list. |
q2 |
A numerical value for the median of candidates' waiting list. |
q3 |
A numerical value for the third quartile of candidates' waiting list. |
cPRA1 |
A numerical value (0-100) for the lower cPRA cutoff. |
cPRA2 |
A numerical value (0-100) for the higher cPRA cutoff. cPRA2 must be greater than cPRA1. |
A data frame with a new column 'cp' (color priority)
1 | cp(data = candidates, q2 = 100, q3 = 60, cPRA1 = 50, cPRA2 = 85)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.