A statistic that converts a categorical value to a continuous value by modifying the occurrence of an event by a weight and summing across patients.

Super class

ClinicalCharacteristics::Statistic -> Score

Active bindings

weight

a numeric value to modify the value of an occurrence

Methods

Public methods

Inherited methods


Method new()

Usage

Score$new(personLine, weight)

Arguments

personLine

the means of converting occurrences to a single event per patient. For a score currently only enabled for any occurrence

weight

a numeric value to modify the value of an occurrence


Method clone()

The objects of this class are cloneable with this method.

Usage

Score$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.