SurvivalModel {PDATK} | R Documentation |
Constructor for a SurvivalModel Object.
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.
data(sampleICGCmicro) set.seed(1987) survModel <- SurvivalModel(sampleICGCmicro, minDaysSurvived=365, randomSeed=1987)