setDatestamp: Function that sets the date stamp of the design object

setDatestampR Documentation

Function that sets the date stamp of the design object

Description

Sets the date stamp of the design object

Usage

setDatestamp(theObject, date0)

Arguments

theObject

The sequential design object

date0

The date value.

Value

an object of class "sequential.design"

Examples

design1<-sequential.design()
design1<-setDatestamp(design1,as.POSIXct("2018-10-30"))

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