as.kfold.posterr: as.kfold.posterr

Description Usage Arguments Value Examples

View source: R/as.functions.R

Description

Returns a dataframe with all the posterior classification error score in a TRONCO model. It is possible to specify a subset of events or models if multiple reconstruction have been performed.

Usage

1
2
3
4
5
6
7
as.kfold.posterr(
  x,
  events = as.events(x),
  models = names(x$model),
  values = FALSE,
  table = FALSE
)

Arguments

x

A TRONCO model.

events

A subset of events as of as.events(x), all by default.

models

A subset of reconstructed models, all by default.

values

If you want to see also the values

table

Keep the original table (defaul false)

Value

All the posterior classification error scores in a TRONCO model

Examples

1
2
3

TRONCO documentation built on Nov. 8, 2020, 5:51 p.m.