Description Usage Arguments Value Examples
View source: R/class-RLSModel.R
RandomLabelShufflingModel Constructor
1 | RandomLabelShufflingModel(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 | data(sampleICGCmicro)
set.seed(1987)
RLSmodel <- RLSModel(sampleICGCmicro, minDaysSurvived=365, randomSeed=1987)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.