PAR-class: Class to contain the variables for the verification plots...

Description Objects from the Class Slots Author(s) Examples

Description

For function MOPT, ceff1, ceff2, and Deff, the plot of the sensitivity function over the given dose interval can be used to verify the optimality of the obtained design. Class PAR is used to contain the variables for the plot.

Objects from the Class

new("PAR",fid="character",LB="numeric",UB="numeric",grid="numeric",ds="vector")

Slots

fid:

A character showing the name of the function from where the four arguments are.

LB:

A numeric number showing the predetermined lower bound of the dose range for the log dose.

UB:

A numeric number showing the predetermined upper bound of the dose range for the log dose.

grid:

A numeric number showing the grid density to discretize the predetermined dose interval.

ds:

A numeric vector represents the values of criterion (an absolute value of the difference between the sensitivity function and 1) computed at each iteration.

Author(s)

Seung Won Hyun, Weng Kee Wong, and Yarong Yang

Examples

1
showClass("PAR")

VNM documentation built on May 1, 2019, 9:13 p.m.