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.
1 2 3 4 | data(sampleICGCmicro)
set.seed(1987)
survModel <- SurvivalModel(sampleICGCmicro, minDaysSurvived=385,
randomSeed=1987)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.