f_cum_dose | R Documentation |
Obtains the cumulative dose given treatment duration and dosing schedule.
f_cum_dose(x, w, d, N)
x |
Treatment duration. |
w |
Number of days per treatment cycle. |
d |
Dose per treatment cycle. |
N |
Maximum number of treatment cycles. |
The cumulative dose to dispense for the drug over a specified treatment duration.
Kaifeng Lu, kaifenglu@gmail.com
f_cum_dose(c(28, 70), 21, 2, 10000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.