A statistic that converts a continuous value to a categorical value by grouping
the number of events into discrete buckets.
Methods
Inherited methods
Method new()
Usage
Breaks$new(personLine, breaks)
Arguments
personLine
the means of converting occurrences to a single event per patient.
For presence this could be any, observed or adherent
breaks
a breaks strategy object to categorize results
Method clone()
The objects of this class are cloneable with this method.
Usage
Breaks$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.