| getTimes | R Documentation |
Get all distinct times for the specified object.
getTimes(object, ...)
## S4 method for signature 'treatment'
getTimes(object, unwrap = TRUE)
## S4 method for signature 'observations'
getTimes(object, doseTimes = NULL)
## S4 method for signature 'observations_set'
getTimes(object, doseTimes = NULL)
## S4 method for signature 'arm'
getTimes(object)
## S4 method for signature 'arms'
getTimes(object)
## S4 method for signature 'events'
getTimes(object)
## S4 method for signature 'dataset'
getTimes(object)
object |
any object |
... |
extra arguments like 'doseTimes' in observations or 'unwrap' in treatment |
unwrap |
unwrap treatment before accessing the times, default value is TRUE |
doseTimes |
times of the doses, only needed if a [DosingSchedule()] is referred to |
numeric vector with all unique times, sorted
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.