| Arm | R Documentation |
The class Arm represents an arm and stores information concerning an arm.
Arm(
name = character(0),
size = numeric(0),
administrations = list(),
initialConditions = list(),
samplingTimes = list(),
administrationsConstraints = list(),
samplingTimesConstraints = list(),
evaluationModel = list(),
evaluationGradients = list(),
evaluationVariance = list(),
evaluationFim = Fim()
)
name |
A string giving the name of the arm. |
size |
A integer giving the size of the arm. |
administrations |
A list giving the objects of class |
initialConditions |
A list giving the initial conditions for the ode model where the names are string that define the variable and their value are giving by double |
samplingTimes |
A list giving the objects of class |
administrationsConstraints |
A list giving the objects of class |
samplingTimesConstraints |
A list giving the objects of class |
evaluationModel |
A list giving the evaluation of the responses of the arm. |
evaluationGradients |
A list giving the evaluation of the responses gradient of the arm. |
evaluationVariance |
A list giving the evaluation of the variance. |
evaluationFim |
A object of class |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.