Description Usage Arguments Value Examples
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.
| 1 2 3 4 5 6 7 | 
| x | A TRONCO model. | 
| events | A subset of events as of  | 
| 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) | 
All the posterior classification error scores in a TRONCO model
| 1 2 3 | data(test_model_kfold)
as.kfold.posterr(test_model_kfold)
as.kfold.posterr(test_model_kfold, events=as.events(test_model)[5:15,])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.