setTimes | R Documentation |
Sets the look times. It is to be called only for the inital design, not for updating the design.
setTimes(theObject, time0)
theObject |
The sequential design object |
time0 |
The look times. |
an object of class "sequential.design"
design1<-sequential.design()
design1<-setTimes(design1,c(1,2,3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.