as.kfold.eloss: as.kfold.eloss

View source: R/as.functions.R

as.kfold.elossR Documentation

as.kfold.eloss

Description

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.

Usage

as.kfold.eloss(x, models = names(x$model), values = FALSE)

Arguments

x

A TRONCO model.

models

A subset of reconstructed models, all by default.

values

If you want to see also the values

Value

All the bootstrap scores in a TRONCO model

Examples

data(test_model_kfold)
as.kfold.eloss(test_model_kfold)
as.kfold.eloss(test_model_kfold, models='capri_aic')


BIMIB-DISCo/TRONCO documentation built on April 27, 2024, 11:03 a.m.