d_onco_rsp_label {tern} | R Documentation |
Description of standard oncology response
Description
Describe the oncology response in a standard way.
Usage
d_onco_rsp_label(x)
Arguments
x |
( |
Value
Response labels.
See Also
Examples
d_onco_rsp_label(
c("CR", "PR", "SD", "NON CR/PD", "PD", "NE", "Missing", "<Missing>", "NE/Missing")
)
# Adding some values not considered in d_onco_rsp_label
d_onco_rsp_label(
c("CR", "PR", "hello", "hi")
)
[Package tern version 0.9.5 Index]