The class Administration
represents the administration and
stores information concerning the administration for the dosage regimen.
Administration(
outcome = character(0),
timeDose = numeric(0),
dose = numeric(0),
Tinf = numeric(0),
tau = 0
)
A string giving the outcome for the administration.
A vector of double giving the time doses.
A vector of double giving the doses.
A vector of double giving the time for infusion Tinf.
An integer giving the tau value for repeated dose or steady state.