| Administration | R Documentation |
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
)
outcome |
A string giving the outcome for the administration. |
timeDose |
A vector of double giving the time doses. |
dose |
A vector of double giving the doses. |
Tinf |
A vector of double giving the time for infusion Tinf. |
tau |
An integer giving the tau value for repeated dose or steady state. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.