Learn R Programming

PFIM (version 5.0)

AdministrationConstraint-class: Class "AdministrationConstraint"

Description

The class AdministrationConstraint represents the constraint of an input to the system. The class stores information concerning the constraints for the dosage regimen : response of the model, type of administration, amount of dose.

Arguments

Objects from the class

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

Slots for the <code>AdministrationConstraint</code> objects

response:

A character giving the response of the model.

Optimisability:

A boolean giving if a dose is optimisable or not. If not the dose is fixed.

fixedDoses:

A vector giving the fixed doses.

AllowedDoses:

A vector giving the allowed amount of doses.