Administration-class: Class "Administration"

Administration-classR Documentation

Class "Administration"

Description

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 from the class

Objects form the class Administration can be created by calls of the form Administration(...) where (...) are the parameters for the Administration objects.

Slots for Administration objects

outcome:

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.


PFIM documentation built on June 24, 2022, 9:06 a.m.