getTimes {campsis} | R Documentation |
Get all distinct times for the specified object.
Description
Get all distinct times for the specified object.
Usage
getTimes(object)
## S4 method for signature 'observations_set'
getTimes(object)
## 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)
Arguments
object |
any object |
Value
numeric vector with all unique times, sorted
[Package campsis version 1.5.3 Index]