Learn R Programming

PFIM (version 5.0)

SamplingConstraint-class: Class "SamplingConstraint"

Description

Class "SamplingConstraint" storing information concerning sampling constraint.

Arguments

Objects from the class

SamplingConstraint objects are typically created by calls to SamplingConstraint and contain the following slots:

Slots for <code>SamplingConstraint</code> objects

response:

A character string for the name of the response of the model.

numberOptimisability:

A boolean that gives TRUE for optimizing the number of times and FALSE for fixing the number of times.

numberOfSamplingTimes:

A vector of the number of sampling times.

fixedTimes:

A vector of the number of fixed times.

continuousSamplingTimes:

A list of the continuous sampling times.

discretSamplingTimes:

A list of the discrete sampling times.

min_delay:

A numeric giving the minimal interval in the sampling times.