Description Usage Arguments Value Examples
View source: R/class-SurvivalModel.R
Constructor for a SurvivalModel Object.
| 1 | SurvivalModel(trainCohorts, minDaysSurvived = 365, ..., randomSeed)
 | 
| trainCohorts | A 'SurvivelExperiment' containing training data for
the  | 
| minDaysSurvived | An  | 
| ... | Force subsequent parameters to be named. Not used. | 
| randomSeed | An  | 
A SurvivalModel object.
| 1 2 3 4 | data(sampleICGCmicro)
set.seed(1987)
survModel <- SurvivalModel(sampleICGCmicro, minDaysSurvived=365,
  randomSeed=1987)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.