View source: R/create_tx_schedule.R
create_tx_schedule | R Documentation |
Create a drug treatment schedule data.frame
create_tx_schedule(
cyc_dur_d,
cyc_n,
tx1_d = 0,
tx2_d = 0,
tx3_d = 0,
tx4_d = 0,
tx5_d = 0,
tx_names = c("foo", "bar"),
phase_n = "Phase I"
)
cyc_dur_d |
The cycle duration in days |
cyc_n |
The number of cycles |
tx_names |
A character vector with the respective treatment names |
phase_n |
The phase if treatment changes between different phases and more than one phase is needed. |
tx.._d |
Days of cycle at which drug is administered (up to 5 drugs can be added) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.