Learn R Programming

seqmon (version 2.5)

setTimes: Function that sets the look times

Description

Sets the look times. It is to be called only for the inital design, not for updating the design.

Usage

setTimes(theObject, time0)

Value

an object of class "sequential.design"

Arguments

theObject

The sequential design object

time0

The look times.

Examples

Run this code
design1<-sequential.design()
design1<-setTimes(design1,c(1,2,3))

Run the code above in your browser using DataLab