setTimes: Function that sets the look times

setTimesR Documentation

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)

Arguments

theObject

The sequential design object

time0

The look times.

Value

an object of class "sequential.design"

Examples

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


seqmon documentation built on May 29, 2024, 9:14 a.m.