Description Usage Arguments Value Examples
Returns a dataframe with all the average/stdev entropy loss score of a TRONCO model. It is possible to specify models if multiple reconstruction have been performed.
1 | as.kfold.eloss(x, models = names(x$model), values = FALSE)
|
x |
A TRONCO model. |
models |
A subset of reconstructed models, all by default. |
values |
If you want to see also the values |
All the bootstrap scores in a TRONCO model
1 2 3 | data(test_model_kfold)
as.kfold.eloss(test_model_kfold)
as.kfold.eloss(test_model_kfold, models='capri_aic')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.