View source: R/estimate_multinomial_rsp.R
d_onco_rsp_label | R Documentation |
Describe the oncology response in a standard way.
d_onco_rsp_label(x)
x |
( |
Response labels.
estimate_multinomial_rsp()
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")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.