SamplingConstraint-class | R Documentation |
Class "SamplingConstraint" storing information concerning sampling constraint.
SamplingConstraint
objects are typically created by calls to SamplingConstraint
and contain the following slots:
SamplingConstraint
objectsresponse
: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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.