Design-class {PFIM} | R Documentation |
Class "Design"
Description
The class Design
defines information concerning the parametrization of the designs.
Objects from the class
Objects form the class Design
can be created by calls of the form Design(...)
where (...) are the parameters for the Design
objects.
Slots for the Design
objects
name
:A string giving the name of the design.
size
:An integer giving the number of subjects in the design.
arms
:A list of the arms.
outcomesEvaluation
:A list of the results of the design evaluation for the outcomes.
outcomesGradient
:A list of the results of the design evaluation for the sensitivity indices.
numberOfArms
:A numeric giving the number of arms in the design.
fim
:An object of the class
Fim
containing the Fisher Information Matrix of the design.
[Package PFIM version 6.0.3 Index]