getDatesOfChronologicalTrial | R Documentation |
Given a vector of indices, this will return the starting and ending months of those trials. So getDatesOfChronologicalTrial(sim, c(3,5)) would return the starting and ending months for the 3rd and 5th trials.
getDatesOfChronologicalTrial(sim, idxVec)
sim |
Simulation object |
idxVec |
Vector of indices to a Chronological simulation |
list with startDates and endDates vectors
## Not run: getDatesOfChronologicalTrial(sim, idxVec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.