Learn R Programming

PFIM (version 5.0)

DesignConstraint-class: Class "DesignConstraint"

Description

The class DesignConstraint defines information concerning the parametrization of the constraints on a design.

Arguments

Objects from the class <code>DesignConstraint</code>

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

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

name:

A character string giving the name of the design - optional.

PossibleArms:

A list of arms for optimization.

totalNumberOfIndividuals:

A numeric giving the total number of individuals in the design.

amountOfArm:

A numeric giving the number of arms in the design.

samplingConstraints:

A list giving the sampling constraints for the design.

administrationConstraints:

A list giving the administration constraints for the design.