ClinicalModel-class {PDATK} | R Documentation |
An S4 class with a number of predefined methods for accessing slots relavant to a surival model. More specific model types will inherit from this class for their accessor methods and constructor.
data(sampleICGCmicro) set.seed(1987) survModel <- SurvivalModel(sampleICGCmicro, minDaysSurvived=385, randomSeed=1987)