Learn R Programming

PFIM (version 7.0)

SamplingTimeConstraints: SamplingTimeConstraints

Description

The class "SamplingTimeConstraints" implements the constraints for the sampling times.

Usage

SamplingTimeConstraints(
  outcome = character(0),
  initialSamplings = 0,
  fixedTimes = 0,
  numberOfsamplingsOptimisable = 0,
  samplingsWindows = list(),
  numberOfTimesByWindows = 0,
  minSampling = 0
)

Arguments

outcome

A string giving the outcome.

initialSamplings

A vector of numeric giving the initialSamplings.

fixedTimes

A vector of numeric giving the fixedTimes.

numberOfsamplingsOptimisable

A vector of numeric giving the numberOfsamplingsOptimisable.

samplingsWindows

A vector of numeric giving the samplingsWindows.

numberOfTimesByWindows

A vector of numeric giving the numberOfTimesByWindows.

minSampling

A vector of numeric giving the minSampling.