checkSamplingTimeConstraintsForContinuousOptimization {PFIM}R Documentation

Check for the samplingTime constraints for continuous optimization

Description

Check for the samplingTime constraints for continuous optimization

Usage

checkSamplingTimeConstraintsForContinuousOptimization(
  object,
  arm,
  newSamplings,
  outcome
)

## S4 method for signature 'SamplingTimeConstraints'
checkSamplingTimeConstraintsForContinuousOptimization(
  object,
  arm,
  newSamplings,
  outcome
)

Arguments

object

An object from the class SamplingTimeConstraints.

arm

An object from the class Arm.

newSamplings

A vector giving the new sampling.

outcome

The outcomes for the model.

Value

A list of Boolean giving true if the minimal sampling times is in the vector of sampling times & the number of sampling for each windows is respected false otherwise.


[Package PFIM version 6.0.3 Index]