setCurrentLook: Function that sets the current look number

Description Usage Arguments Details Value Examples

Description

Sets the current look number. The curent look is the one that last took place.

Usage

1
setCurrentLook(theObject, look0)

Arguments

theObject

The sequential design object

look0

The curent look number

Details

The curent look is the one that last took place. One can only set the current look forward. If the new current look number attempted is less than the old current look number, no action will take place and the current look number will not be updated.

Value

an object of class "sequential.design"

Examples

1
2
design1<-sequential.design()
design1<-setCurrentLook(design1,2)

seqmon documentation built on Sept. 5, 2020, 1:06 a.m.