cp | R Documentation |
Classification of candidates according to waiting list time on dialysis' quartiles and two cPRA cutoff values.
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 ( |
cPRA2 |
A numerical value ( |
A data frame with a new column 'cp' (color priority)
cp(data = candidates, q2 = 60, q3 = 100, cPRA1 = 50, cPRA2 = 85)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.