Description Usage Arguments Value Examples
Generic for setting the validationData
slot on an S4
object
1 | validationData(object, ...) <- value
|
object |
An |
... |
Allow definition of additional parameters to this generic. |
value |
A |
None, updates the object
1 2 3 4 | data(CSPC_MAE)
set.seed(1987)
metaclustModel <- ConMetaclustModel(CSPC_MAE, randomSeed=1987)
validationData(metaclustModel) <- list(cohort1='This should be cohort data')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.