Design-class: Class "Design"

Design-classR Documentation

Class "Design"

Description

The class Design defines information concerning the parametrization of the designs.

Objects from the class Design

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

isOptimalDesign:

A Boolean for testing if the Design is optimal (isOptimalDesign=TRUE) or not.

name:

A character string giving the name of the design - optional.

total_size:

A numeric giving the total number of subjects in the design - optional.

arms:

List of objects from the class Arm.

number_samples:

A numeric giving the raint on the number of samples for one subject - optional. Default to the set of possible number of sampling points present in the sampling windows defining the different arms or the design spaces.

arms:

A list of arm objects from the class Arm.

amountOfArm:

A numeric giving the number of arms in the study.

optimizationResult:

An optimization object from the class Optimization giving the results from the optimizsation process.

fimOfDesign:

A character string giving the Fisher Information Matrix of the design (Population, Individual or Bayesian).

concentration:

A list giving the result of the evaluaton for the responses.

sensitivityindices:

A list giving the result of the sensitivity indices for the responses.


PFIM documentation built on June 24, 2022, 9:06 a.m.