Learn R Programming

tci (version 0.1.2)

create_intvl: dosing schedule Create dosing schedule

Description

Create a dosing schedule object with columns "infrt", "begin", "end" from vectors of infusions and infusion end times. The argument "inittm" is used to specify the starting time of the first infusion.

Usage

create_intvl(dose, inittm = 0)

Value

Matrix of infusion rates, start and end times.

Arguments

dose

Data frame with columns "time" and "infrt".

inittm

Starting time of initial infusion