getTimes: Get all distinct times for the specified object.

View source: R/generic.R

getTimesR 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


campsis documentation built on Oct. 13, 2023, 5:09 p.m.