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.
models
A SimpleList
containing one or more model object.
validationData
A CohortList
containing one or more SurvivalExperiment
objects used to validate the model. This slot is populated by the when the
validateModel
method is called on a SurvivalModel
object.
validationStats
A data.frame
object containing validation statistics
calculated by the validateModel
method.
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.