titrate: Perform Dose Titration Algorithm Tuning (DTAT)

Description Usage Arguments Value Note Author(s)

Description

Perform neutrophil-guided dose titration of a chemotherapy drug.

Usage

1
2
titrate(draw.days = NULL, Tcyc = 3 * 7 * 24, Ncycles = 10,
  doserange = c(50, 500), dta = NULL)

Arguments

draw.days

TODO: Describe draw.days here~~

Tcyc

TODO: Describe Tcyc here~~

Ncycles

TODO: Describe Ncycles here~~

doserange

TODO: Describe doserange here~~

dta

A Dose Titration Algorithm (DTA) to drive the titration

Value

A list with 2 components:

course

A data frame containing cycle-wise measures of each id's titration course

anc.ts

A data frame detailing hourly ANC measures for each id

Note

TODO: Once I've implemented several nontrivial dosing algorithms, I should consider whether the 'doserange' case ought to be handled by a special non-adaptive DTA.

Author(s)

David C. Norris


dcnorris/DTAT documentation built on May 7, 2019, 10:45 p.m.