as.kfold.eloss {TRONCO} | R Documentation |
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.
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
data(test_model_kfold) as.kfold.eloss(test_model_kfold) as.kfold.eloss(test_model_kfold, models='capri_aic')