Administration-class | R Documentation |
The class Administration
defines information concerning the parametrization and the type of administration:
single dose, multiple doses. Constraints can also be added on the allowed times, doses and infusion duration.
Objects form the class Administration
can be created by calls of the form Administration(...)
where
(...) are the parameters for the Administration
objects.
Administration
objectsoutcome
:A character string giving the name for the reponse of the model.
time_dose
:A numeric vector giving the times when doses are given. By default set to 0.
amount_dose
:A numeric vector giving the amount of doses.
tau
:A numeric giving the frequency.
Tinf
:A numeric vector giving the infusion duration Tinf (Tinf can be null).
allowed_time
:Constraint object containing the constraints on allowed times.
allowed_dose
:Constraint object containing the constraints on allowed dose.
allowed_tinf
:Constraint object containing the constraints on Tinf.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.