checkSamplingTimeConstraintsForContinuousOptimization | R Documentation |
Check for the samplingTime constraints for continuous optimization
checkSamplingTimeConstraintsForContinuousOptimization(
object,
arm,
newSamplings,
outcome
)
## S4 method for signature 'SamplingTimeConstraints'
checkSamplingTimeConstraintsForContinuousOptimization(
object,
arm,
newSamplings,
outcome
)
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.