| CompRisk-class {casebase} | R Documentation |
An S4 class to store the output of fitSmoothHazard
Description
This class inherits from vglm-class.
Usage
summary(object, ...)
## S4 method for signature 'CompRisk'
summary(object)
Arguments
object |
Object of class |
... |
Extra parameters |
Slots
originalDataData.frame containing the original data (i.e. before case-base sampling). This is used by the
absoluteRiskfunction.typeEventsNumeric factor which encodes the type of events being considered (including censoring).
timeVarCharacter string giving the name of the time variable, as appearing in
originalDataeventVarCharacter string giving the name of the event variable, as appearing in
originalData
[Package casebase version 0.10.5 Index]