A statistic that calculates the rate of occurrence by taking the number of events per person in the desired interval and dividing by the observed time during the interval. An interval rate can either be monthly or yearly.

Super class

ClinicalCharacteristics::Statistic -> IntervalRate

Methods

Inherited methods


Method new()

Usage

IntervalRate$new(interval)

Arguments

interval

the type of interval to use for the rate. can be either monthly or yearly.


Method clone()

The objects of this class are cloneable with this method.

Usage

IntervalRate$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.