Dosing data class (R6 class)
Dosing data class (R6 class)
Methods
Method set_sub_ids()
Initialize
Usage
DosingData$set_sub_ids(subject_ids)
Arguments
subject_ids
A character vector
Method num_subjects()
Get number of subjects
Usage
DosingData$num_subjects()
Method clone()
The objects of this class are cloneable with this method.
Usage
DosingData$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.