OPT-class: Class to contain the results from function MOPT, ceff1,...

Description Objects from the Class Slots Methods Author(s) Examples

Description

The function MOPT, ceff1, ceff2, Deff return object of class OPT that contains the variables for the verification plot, the optimal matrix, and the efficiency.

Objects from the Class

new("OPT",Par="PAR",OPT=new("matrix"),Eff=new("numeric"))

Slots

Par:

An object of class PAR containing the variables for the verification plot.

Opt:

A numeric matrix showing the multiple-objective optimal design for estimating model parameters, the ED50, and the MED (for function MOPT), or c-optimal design for ED50 (for function ceff1), or c-optimal design for MED (for function ceff2), or D-optimal design (for function Deff).

Eff:

A numeric number showing the c-efficiency for ED50 (for function ceff1), or c-efficiency for MED (for function ceff2), or D-efficiency (for function Deff).

Methods

plot

signature(x = "OPT"): ...

summary

signature(object = "OPT"): ...

Author(s)

Seung Won Hyun, Weng Kee Wong, and Yarong Yang

Examples

1
showClass("OPT")

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