Learn R Programming

VNM (version 7.1)

PAR: Class to contain the variables for the verification plots from function MOPT, ceff1, ceff2, and Deff.

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.

Arguments

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.

Examples

Run this code
# NOT RUN {
showClass("PAR")
# }

Run the code above in your browser using DataLab