Learn R Programming

VNM (version 1.0)

VNM-package: Obtaining multiple objective optimal design.

Description

This package is for obtaining multiple objective optimal design for estimating three objectives: estimating model paramters; estimating ED50; estimating the minimum effective dose (MED).

Arguments

Details

ll{ Package: VNM Type: Package Version: 1.0 Date: 2014-05-15 License: GPL-2 }

References

Multiple Objective Optimal Designs to Study the Interesting Features in a Dose-Response Relationship, forthcoming.

Examples

Run this code
LB1=-3
   UB1=0
   nit1<-10
   T1<-c(-1.563,-0.825,-0.653,1.700)
   q11<-1/2
   q22<-1/3
   dt1<--1
   MOPT(LB=LB1, UB=UB1, nit=nit1, T=T1, q1=q11, q2=q22, dt=dt1)

Run the code above in your browser using DataLab