Learn R Programming

tern (version 0.9.8)

d_onco_rsp_label: Description of standard oncology response

Description

[Stable]

Describe the oncology response in a standard way.

Usage

d_onco_rsp_label(x)

Value

Response labels.

Arguments

x

(character)
the standard oncology codes to be described.

See Also

estimate_multinomial_rsp()

Examples

Run this code
d_onco_rsp_label(
  c("CR", "PR", "SD", "NON CR/PD", "PD", "NE", "Missing", "", "NE/Missing")
)

# Adding some values not considered in d_onco_rsp_label

d_onco_rsp_label(
  c("CR", "PR", "hello", "hi")
)

Run the code above in your browser using DataLab