Learn R Programming

PFIM (version 5.0)

Arm-class: Class "Arm"

Description

The class "Arm combines the treatment (the class Administration) and the sampling schedule (the class SamplingTimes).

Arguments

Objects from the class

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

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

arm_size:

An integer the number of subjects in the arm. By default set to 1.

administrations:

A list of Administration objects.

cond_init:

A list of the initial conditions.

samplings:

A list of SamplingTimes objects.

constraints:

A list of SamplingConstraint objects.

sampling_constraints:

A list of objects from SamplingConstraint class.